13
0

Remove unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@10321 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-27 23:07:25 +00:00
parent e09504f122
commit e829448207
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ CairoWidget::CairoWidget ()
, _height (1)
, _active_state (CairoWidget::ActiveState (0))
, _visual_state (CairoWidget::VisualState (0))
, _dirty (true)
{
}

View File

@ -72,7 +72,6 @@ protected:
private:
GdkPixmap* _pixmap; ///< our pixmap
bool _dirty; ///< true if the pixmap requires re-rendering
};
#endif