diff options
Diffstat (limited to 'libkms++/drmobject.h')
-rw-r--r-- | libkms++/drmobject.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libkms++/drmobject.h b/libkms++/drmobject.h index 9ce2adc..2ff1b04 100644 --- a/libkms++/drmobject.h +++ b/libkms++/drmobject.h @@ -14,9 +14,6 @@ public: DrmObject(const DrmObject& other) = delete; DrmObject& operator=(const DrmObject& other) = delete; - virtual void print_short() const = 0; - void print_props() const; - uint32_t id() const { return m_id; } Card& card() const { return m_card; } |