From 6f3d0e750991838f9dab7a470708a3d82e5dcda5 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 25 Apr 2016 17:25:20 +0300 Subject: kmscube: remove unused field --- kmscube/cube-gbm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kmscube') diff --git a/kmscube/cube-gbm.cpp b/kmscube/cube-gbm.cpp index bbf58d1..022c761 100644 --- a/kmscube/cube-gbm.cpp +++ b/kmscube/cube-gbm.cpp @@ -89,7 +89,7 @@ class GbmEglSurface { public: GbmEglSurface(Card& card, GbmDevice& gdev, const EglState& egl, int width, int height) - : card(card), gdev(gdev), egl(egl), m_width(width), m_height(height), + : card(card), egl(egl), m_width(width), m_height(height), bo_prev(0), bo_next(0) { gsurface = unique_ptr(new GbmSurface(gdev, width, height)); @@ -161,7 +161,6 @@ public: private: Card& card; - GbmDevice& gdev; const EglState& egl; unique_ptr gsurface; -- cgit v1.2.3