Remove some unused variables.
authorCarl Hetherington <carl@carlh.net>
Sat, 1 May 2010 23:35:33 +0000 (23:35 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 1 May 2010 23:35:33 +0000 (23:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7035 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_canvas_events.cc

index f7fd030a01715cb5613c8bd5df820a422edc54cd..8b57ccb8dfd1b1c9fd0930af805e0d98c630bdd4 100644 (file)
@@ -62,8 +62,6 @@ using Gtkmm2ext::Keyboard;
 bool
 Editor::track_canvas_scroll (GdkEventScroll* ev)
 {
-       int x, y;
-       double wx, wy;
        nframes64_t xdelta;
        int direction = ev->direction;