summaryrefslogtreecommitdiff
path: root/libkms++/property.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkms++/property.cpp')
-rw-r--r--libkms++/property.cpp5
1 files changed, 0 insertions, 5 deletions
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;