diff options
author | Oz N Tiram <[email protected]> | 2020-06-11 09:15:28 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-06-18 10:48:28 +0200 |
commit | 8712286c8dacfd0a448c86e7d282437abe854ab8 (patch) | |
tree | 4197e2bf52140115748322f25e99a1075a4d343e /libview/ev-view-private.h | |
parent | d1f4707aad8a1ecad412295d2ccd3f7aa87b95b0 (diff) | |
download | atril-8712286c8dacfd0a448c86e7d282437abe854ab8.tar.bz2 atril-8712286c8dacfd0a448c86e7d282437abe854ab8.tar.xz |
Fix -Wunused-function warnings caused by --enable-synctex=no
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r-- | libview/ev-view-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index f1059395..4f6179e4 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -125,8 +125,9 @@ struct _EvView { GList **find_pages; gint find_result; gboolean jump_to_find_result; +#ifdef ENABLE_SYNCTEX gboolean highlight_find_results; - +#endif EvDocumentModel *model; EvPixbufCache *pixbuf_cache; gsize pixbuf_cache_size; |