summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorOz N Tiram <[email protected]>2020-06-14 17:09:56 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-06-18 10:48:28 +0200
commit2c2a092d3cfc1cd598d54b4daed7ec43a10b347f (patch)
tree0704b8532804b52d81da351c202d5f4b2a4a1d92 /libview/ev-view-private.h
parent527caa272f9534a3b97d30fb902d8d44fc961226 (diff)
downloadatril-2c2a092d3cfc1cd598d54b4daed7ec43a10b347f.tar.bz2
atril-2c2a092d3cfc1cd598d54b4daed7ec43a10b347f.tar.xz
Re-enable highlight_find_results
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 4f6179e4..e9515723 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -125,9 +125,7 @@ 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;