summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/tearoff.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-04 05:03:18 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-04 05:03:18 +0000
commitc2a612f0a55d12270b530f7cd06768fcc12110ea (patch)
tree3af6110a7c508482c1549a6b6470d599b74fb81f /libs/gtkmm2ext/tearoff.cc
parentb75112adea575f39c4c8f1068ac57f7d679981a2 (diff)
sfdb_v3. only in the backend currently.
git-svn-id: svn://localhost/trunk/ardour2@237 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/tearoff.cc')
-rw-r--r--libs/gtkmm2ext/tearoff.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/tearoff.cc b/libs/gtkmm2ext/tearoff.cc
index d74a98cb3d..07c24dc0d5 100644
--- a/libs/gtkmm2ext/tearoff.cc
+++ b/libs/gtkmm2ext/tearoff.cc
@@ -85,7 +85,6 @@ TearOff::tearoff_click (GdkEventButton* ev)
own_window.set_name (get_name());
close_event_box.set_name (get_name());
own_window.show_all ();
-// own_window.realize ();
hide ();
Detach ();
return TRUE;