diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-10 07:08:08 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-10 10:42:53 +0200 |
commit | 16ed78a1725d4c69dd5ff090f050673fb910a4d8 (patch) | |
tree | b69a283229d56819a730b2bd1ac96f336323b5dd /kms++/inc | |
parent | 03a6821950bc85d5ae36dbd5fcc8d22b7e0c1d72 (diff) |
ExtFb: remove legacy constructor
Diffstat (limited to 'kms++/inc')
-rw-r--r-- | kms++/inc/kms++/extframebuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kms++/inc/kms++/extframebuffer.h b/kms++/inc/kms++/extframebuffer.h index eab7e3c..227a576 100644 --- a/kms++/inc/kms++/extframebuffer.h +++ b/kms++/inc/kms++/extframebuffer.h @@ -9,7 +9,6 @@ namespace kms class ExtFramebuffer : public Framebuffer { public: - ExtFramebuffer(Card& card, uint32_t width, uint32_t height, uint8_t depth, uint8_t bpp, uint32_t stride, uint32_t handle); ExtFramebuffer(Card& card, uint32_t width, uint32_t height, PixelFormat format, uint32_t handles[4], uint32_t pitches[4], uint32_t offsets[4]); ExtFramebuffer(Card& card, uint32_t width, uint32_t height, PixelFormat format, |