summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-10-12 21:59:45 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-10-12 21:59:45 +0000
commit3b91a592be371e25c6c135664ba0af2f484431ab (patch)
tree51d97a89212d52b019a079827520d34078e942da /gtk2_ardour/sfdb_ui.cc
parentabb086738cdd0f862b1600e0780bbbf0f0967713 (diff)
split sfdb_v3 into 3 classes.
git-svn-id: svn://localhost/trunk/ardour2@59 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index da69242914..fcb6d3d8e4 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -2,15 +2,3 @@
#include "i18n.h"
-SoundFileChooser::SoundFileChooser (std::string title,
- bool split_makes_sense)
- :
- Gtk::FileChooserDialog(title)
-{
-
-}
-
-SoundFileChooser::~SoundFileChooser ()
-{
-
-}