diff options
author | infirit <[email protected]> | 2014-09-23 13:26:30 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-23 13:26:30 +0200 |
commit | 5a584acf7d6034f3e3854377ab883df76b25e9fd (patch) | |
tree | 7bf5ac25aa9ff9f46cccb175a90f1c968ba02dc8 | |
parent | a022a290b92a27975d5d3a526003fcdb9db1212f (diff) | |
download | atril-5a584acf7d6034f3e3854377ab883df76b25e9fd.tar.bz2 atril-5a584acf7d6034f3e3854377ab883df76b25e9fd.tar.xz |
epub: Silence warnings in ev-jobs.c
-rw-r--r-- | libview/ev-jobs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c index 4a352521..281ad782 100644 --- a/libview/ev-jobs.c +++ b/libview/ev-jobs.c @@ -96,8 +96,10 @@ enum { FIND_LAST_SIGNAL }; +#if ENABLE_EPUB static GtkWidget* webview; static GtkWidget* offscreenwindow; +#endif static guint job_signals[LAST_SIGNAL] = { 0 }; static guint job_fonts_signals[FONTS_LAST_SIGNAL] = { 0 }; |