mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:13:48 +01:00
Build even without SyncTeX
synctex_editor is used no matter whether we're building WITH_SYNCTEX or not. This fixes a build failure when WITH_SYNCTEX isn't defined. Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
6218ee887a
commit
b78be80d13
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user