Remove unused code.

This commit is contained in:
Qball Cow 2014-01-13 17:05:48 +01:00
parent dc8f2a2cfb
commit 67dea02a6a
1 changed files with 2 additions and 3 deletions

View File

@ -724,7 +724,6 @@ client* window_client( Window win )
unsigned int windows_modmask;
KeySym windows_keysym;
// flags to set if we switch modes on the fly
int run_windows = 0;
Window main_window = None;
#include "textbox.c"
@ -1006,7 +1005,7 @@ void run_switcher( int fmode )
XSync( display, True );
}
do {
{
char pattern[50], **list = NULL;
int i, plen = 0, lines = 0;
@ -1104,7 +1103,7 @@ void run_switcher( int fmode )
free( wins );
winlist_free( ids );
} while ( run_windows );
}
if ( fmode == FORK )
exit( EXIT_SUCCESS );