summaryrefslogtreecommitdiff
path: root/libkms++/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkms++/framebuffer.h')
-rw-r--r--libkms++/framebuffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libkms++/framebuffer.h b/libkms++/framebuffer.h
index 33349d8..12374ae 100644
--- a/libkms++/framebuffer.h
+++ b/libkms++/framebuffer.h
@@ -12,8 +12,6 @@ public:
uint32_t width() const { return m_width; }
uint32_t height() const { return m_height; }
-
- virtual void print_short() const;
protected:
Framebuffer(Card& card, int width, int height);