Remove some unused classes, methods and variables, mostly in ARDOUR_UI

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3254 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2008-04-16 00:38:09 +00:00
parent da91ac6686
commit 656524c23e
11 changed files with 0 additions and 461 deletions

View file

@ -65,7 +65,6 @@ UI::UI (string namestr, int *argc, char ***argv)
: AbstractUI<UIRequest> (namestr, true)
{
theMain = new Main (argc, argv);
tips = new Tooltips;
_active = false;
_auto_display_errors = true;