summaryrefslogtreecommitdiff
path: root/libkms++/property.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-06-04 22:34:58 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-06-07 17:02:08 +0300
commitc3b48926ec686f6376e0207f7ad4d4799fd18289 (patch)
tree76e5ad40bd490f83fa1fbf987a2e7423c6cb89f2 /libkms++/property.h
parentcefd494924d24e114065d921c2e7718b806f0820 (diff)
Property: remove now unused to_str()
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 147496e..b9097ff 100644
--- a/libkms++/property.h
+++ b/libkms++/property.h
@@ -25,8 +25,6 @@ class Property : public DrmObject
public:
const std::string& name() const;
- const std::string to_str(uint64_t val) const;
-
bool is_immutable() const;
bool is_pending() const;