From 6927457186de9e2a6692cd7cd0f254b2fbef037f Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 6 Nov 2015 22:24:35 +0200 Subject: remove print_short --- libkms++/property.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libkms++/property.cpp') diff --git a/libkms++/property.cpp b/libkms++/property.cpp index 3b8a0b8..5ec6bfa 100644 --- a/libkms++/property.cpp +++ b/libkms++/property.cpp @@ -27,11 +27,6 @@ Property::~Property() delete m_priv; } -void Property::print_short() const -{ - printf("Property %d, %s\n", id(), name().c_str()); -} - const string& Property::name() const { return m_name; -- cgit v1.2.3