diff options
author | Christian Persch <[email protected]> | 2012-06-12 20:07:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-08 13:07:52 +0200 |
commit | c1a56c96b724c3cf380a61b8e95fde1839a34f54 (patch) | |
tree | 04fefe0633fb36539cce9ac23e9537bf3b40073d /thumbnailer/Makefile.am | |
parent | e5c8ce732dc1907f975edd11112a6f0222f70a53 (diff) | |
download | atril-c1a56c96b724c3cf380a61b8e95fde1839a34f54.tar.bz2 atril-c1a56c96b724c3cf380a61b8e95fde1839a34f54.tar.xz |
thumbnailer: Remove unused code
The code to overlay an icon is unused since commit
https://git.gnome.org/browse/evince/commit/?id=808285c
origin commit:
https://git.gnome.org/browse/evince/commit/?id=171918f
Diffstat (limited to 'thumbnailer/Makefile.am')
-rw-r--r-- | thumbnailer/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index 0f01eeb2..4953dd52 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -6,11 +6,8 @@ atril_thumbnailer_SOURCES = \ atril-thumbnailer.c atril_thumbnailer_CPPFLAGS = \ - -DATRILDATADIR=\"$(pkgdatadir)\" \ -I$(top_srcdir) \ -I$(top_builddir) \ - -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DMATEICONDIR=\""$(datadir)/pixmaps"\" \ $(AM_CPPFLAGS) atril_thumbnailer_CFLAGS = \ |