From bd4d67084557f5ca74d917874f74c6c61fb90d49 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Nov 2011 12:17:14 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn://localhost/ardour2/branches/3.0@10826 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/cairo_widget.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/cairo_widget.h b/gtk2_ardour/cairo_widget.h index b34b305157..e3ef7bafad 100644 --- a/gtk2_ardour/cairo_widget.h +++ b/gtk2_ardour/cairo_widget.h @@ -76,9 +76,6 @@ protected: Gtkmm2ext::ActiveState _active_state; Gtkmm2ext::VisualState _visual_state; bool _need_bg; - -private: - GdkPixmap* _pixmap; ///< our pixmap }; #endif