Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@10321 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -25,7 +25,6 @@ CairoWidget::CairoWidget ()
|
||||
, _height (1)
|
||||
, _active_state (CairoWidget::ActiveState (0))
|
||||
, _visual_state (CairoWidget::VisualState (0))
|
||||
, _dirty (true)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -72,7 +72,6 @@ protected:
|
||||
|
||||
private:
|
||||
GdkPixmap* _pixmap; ///< our pixmap
|
||||
bool _dirty; ///< true if the pixmap requires re-rendering
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user