summaryrefslogtreecommitdiff
path: root/libkms++/property.h
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.h
parentd0c7d0826f14b37ce06582eb3cb20915275caea5 (diff)
remove print_short
Diffstat (limited to 'libkms++/property.h')
-rw-r--r--libkms++/property.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libkms++/property.h b/libkms++/property.h
index 4cb2653..148e325 100644
--- a/libkms++/property.h
+++ b/libkms++/property.h
@@ -11,8 +11,6 @@ class Property : public DrmObject
{
friend class Card;
public:
- void print_short() const;
-
const std::string& name() const;
const std::string to_str(uint64_t val) const;