summaryrefslogtreecommitdiff
path: root/libkms++/property.cpp
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-06 22:24:35 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-06 22:24:35 +0200
commit6927457186de9e2a6692cd7cd0f254b2fbef037f (patch)
treebabdbd9e6cb9f3d6207123167809f16d9e927b49 /libkms++/property.cpp
parentd0c7d0826f14b37ce06582eb3cb20915275caea5 (diff)
remove print_short
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;