From c3b48926ec686f6376e0207f7ad4d4799fd18289 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sat, 4 Jun 2016 22:34:58 +0300 Subject: Property: remove now unused to_str() --- libkms++/property.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libkms++/property.h') 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; -- cgit v1.2.3