summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-21 02:11:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-21 02:11:03 +0000
commita9adbd9404257f5eefac27c579f6c3b890b81969 (patch)
tree603251b8c52ea9558b7691d83c5fe72b55d9d055 /gtk2_ardour/editor_rulers.cc
parente0e2d2a0618e735f88dcfe8045a6829d3a141887 (diff)
remove comment
git-svn-id: svn://localhost/ardour2/branches/3.0@11045 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_rulers.cc')
-rw-r--r--gtk2_ardour/editor_rulers.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc
index 9d4ad2be66..f4bdd9291d 100644
--- a/gtk2_ardour/editor_rulers.cc
+++ b/gtk2_ardour/editor_rulers.cc
@@ -223,8 +223,6 @@ Editor::ruler_button_press (GdkEventButton* ev)
return false;
}
- // jlc: grab ev->window ?
- //Gtk::Main::grab_add (*minsec_ruler);
Widget * grab_widget = 0;
if (timecode_ruler->is_realized() && ev->window == timecode_ruler->get_window()->gobj()) {