Remove another #ifdef

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2016-01-20 02:06:09 +01:00
parent ec5268a975
commit 274809be41

View File

@ -147,9 +147,7 @@ main(int argc, char* argv[])
#ifdef WITH_SYNCTEX
int synctex_pid = -1;
#endif
#ifdef GDK_WINDOWING_X11
Window embed = 0;
#endif
GOptionEntry entries[] = {
#ifdef GDK_WINDOWING_X11