Removed the obsolete 'setup' utility. It is not used by any currently supported...
[citadel.git] / webcit / webcit.h
index b3ac6730cd431f5337601dbeb9741ac056b6e719..f625e1da1798074c7b6595054839780cae861107 100644 (file)
@@ -548,8 +548,6 @@ extern char *ctdlhost, *ctdlport;
 extern char *axdefs[];
 extern int num_threads_existing;
 extern int num_threads_executing;
-extern int setup_wizard;
-extern char wizard_filename[];
 
 void InitialiseSemaphores(void);
 void begin_critical_section(int which_one);