Remove some unnecessary NTK calls.
This commit is contained in:
parent
98c5c196d4
commit
b83c70175d
|
@ -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 );
|
||||
|
|
|
@ -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" );
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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' },
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue