Remove some unnecessary NTK calls.

pull/43/head
Jonathan Moore Liles 2013-02-22 17:25:22 -08:00
parent 98c5c196d4
commit b83c70175d
5 changed files with 0 additions and 35 deletions

View File

@ -32,8 +32,6 @@
#include <FL/fl_ask.H>
#include <FL/Fl_Shared_Image.H>
#include <FL/Fl_Pack.H>
#include "FL/themes.H"
#include "FL/Fl_Theme.H"
#include "Thread.H"
#include "debug.h"
@ -266,13 +264,6 @@ main ( int argc, char **argv )
}
}
if ( ! no_ui )
{
fl_register_themes();
Fl_Theme::set();
}
Plugin_Module::spawn_discover_thread();
mixer->init_osc( osc_port );

View File

@ -38,9 +38,6 @@
#include "../icons/icon-16x16.xpm"
#endif
#include "FL/Fl_Theme.H"
#include "FL/themes.H"
// extern const char *BUILD_ID;
// extern const char *VERSION;
@ -280,10 +277,6 @@ main ( int argc, char **argv )
#endif
ui->main_window->show( 0, 0 );
fl_register_themes();
Fl_Theme::set();
instance_name = strdup( APP_NAME );
const char *nsm_url = getenv( "NSM_URL" );

View File

@ -26,8 +26,6 @@
#define APP_TITLE "NSM Proxy"
#include "NSM_Proxy_UI.H"
#include "FL/Fl_Theme.H"
#include "FL/themes.H"
#include <lo/lo.h>
#include <signal.h>
#include <stdio.h>
@ -179,10 +177,6 @@ main ( int argc, char **argv )
w->show();
fl_register_themes();
Fl_Theme::set();
Fl::lock();
Fl::run();

View File

@ -48,8 +48,6 @@
#define APP_NAME "Non Session Manager"
#include "FL/themes.H"
#ifdef HAVE_XPM
#include "FL/Fl.H"
#include "FL/x.H"
@ -1150,10 +1148,6 @@ main (int argc, char **argv )
o->show( 0, NULL );
}
fl_register_themes();
Fl_Theme::set();
static struct option long_options[] =
{
{ "nsm-url", required_argument, 0, 'n' },

View File

@ -43,9 +43,6 @@
#include "TLE.H"
#include "Timeline.H"
#include "FL/themes.H"
#include "FL/Fl_Theme.H"
#include "Project.H"
#include "Transport.H"
#include "Engine/Engine.H"
@ -253,10 +250,6 @@ main ( int argc, char **argv )
#endif
tle->main_window->show( 0, NULL );
fl_register_themes();
Fl_Theme::set();
char *nsm_url = getenv( "NSM_URL" );
if ( nsm_url )