diff options
author | Pablo Barciela <[email protected]> | 2020-08-08 16:19:27 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-08-16 04:34:23 +0200 |
commit | 1558f84366a4ecc37d31ab75ca6ec363d86fa667 (patch) | |
tree | dc0839f8b1ea70e03e6ab3027b954217b86b7b71 /libview/ev-web-view.c | |
parent | 0d0c4aad2ed8ee9bcd8cd95a0e7ae57f4cd47e86 (diff) | |
download | atril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.bz2 atril-1558f84366a4ecc37d31ab75ca6ec363d86fa667.tar.xz |
Remove unused macros
Diffstat (limited to 'libview/ev-web-view.c')
-rw-r--r-- | libview/ev-web-view.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libview/ev-web-view.c b/libview/ev-web-view.c index 3fa532f4..ecd7a02b 100644 --- a/libview/ev-web-view.c +++ b/libview/ev-web-view.c @@ -31,9 +31,6 @@ #include "ev-document-model.h" #include "ev-jobs.h" -#define EV_WEB_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_WEB_VIEW, EvWebViewClass)) -#define EV_IS_WEB_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_WEB_VIEW)) -#define EV_WEB_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_WEB_VIEW, EvWebViewClass)) typedef enum { EV_WEB_VIEW_FIND_NEXT, |