From 16ed78a1725d4c69dd5ff090f050673fb910a4d8 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 10 Feb 2017 07:08:08 +0200 Subject: ExtFb: remove legacy constructor --- kms++/inc/kms++/extframebuffer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'kms++/inc') 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, -- cgit v1.2.3