summaryrefslogtreecommitdiff
path: root/libkms++/encoder.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++/encoder.h
parentd0c7d0826f14b37ce06582eb3cb20915275caea5 (diff)
remove print_short
Diffstat (limited to 'libkms++/encoder.h')
-rw-r--r--libkms++/encoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libkms++/encoder.h b/libkms++/encoder.h
index 609e136..956a4c7 100644
--- a/libkms++/encoder.h
+++ b/libkms++/encoder.h
@@ -12,8 +12,6 @@ class Encoder : public DrmObject
{
friend class Card;
public:
- void print_short() const;
-
Crtc* get_crtc() const;
std::vector<Crtc*> get_possible_crtcs() const;