You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
462 B
16 lines
462 B
diff --git a/zathura/main.c b/zathura/main.c
|
|
index 060382a..1c5b73e 100644
|
|
--- a/zathura/main.c
|
|
+++ b/zathura/main.c
|
|
@@ -135,10 +135,8 @@ main(int argc, char* argv[])
|
|
gchar* plugin_path = NULL;
|
|
gchar* loglevel = NULL;
|
|
gchar* password = NULL;
|
|
-#ifdef WITH_SYNCTEX
|
|
gchar* synctex_editor = NULL;
|
|
gchar* synctex_fwd = NULL;
|
|
-#endif
|
|
gchar* mode = NULL;
|
|
bool forkback = false;
|
|
bool print_version = false;
|