X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=f625e1da1798074c7b6595054839780cae861107;hb=669ff8aba0ce98da1fa9787b4917969cc6fc1e25;hp=b3ac6730cd431f5337601dbeb9741ac056b6e719;hpb=316f01d07e6e7b5f50e5b6f210ebd6098a1a4fb2;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index b3ac6730c..f625e1da1 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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);