summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-07-13 14:33:00 +0300
committermonsta <[email protected]>2016-07-13 14:33:00 +0300
commit8a7854934bcf19060286b51762d601541a43feb7 (patch)
tree162ae187d65305b10401a60d70747df71a6cf84a
parent497342b7ac34c312127ce04a5778405a13449099 (diff)
downloadeom-8a7854934bcf19060286b51762d601541a43feb7.tar.bz2
eom-8a7854934bcf19060286b51762d601541a43feb7.tar.xz
drop unused include and defines
-rw-r--r--src/Makefile.am2
-rw-r--r--src/eom-preferences-dialog.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 64da986..56b3f3a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -150,10 +150,8 @@ libeom_la_CPPFLAGS = \
-I$(top_srcdir)/cut-n-paste/toolbar-editor \
-I$(top_srcdir)/cut-n-paste/totem-screensaver \
-DG_LOG_DOMAIN=\"EOM\" \
- -DEOM_PREFIX=\""${prefix}"\" \
-DEOM_DATA_DIR=\""$(pkgdatadir)"\" \
-DEOM_LOCALE_DIR=\""$(datadir)/locale"\" \
- -DEOM_PIXMAPS_DIR=\""$(datadir)/pixmaps/eom"\" \
-DEOM_PLUGIN_DIR=\""$(libdir)/eom/plugins"\"
libeom_la_CFLAGS = \
diff --git a/src/eom-preferences-dialog.c b/src/eom-preferences-dialog.c
index 076f583..f97e914 100644
--- a/src/eom-preferences-dialog.c
+++ b/src/eom-preferences-dialog.c
@@ -38,8 +38,6 @@
#include <gtk/gtk.h>
#include <gio/gio.h>
-#include <libmate-desktop/mate-colorbutton.h>
-
#define EOM_PREFERENCES_DIALOG_GET_PRIVATE(object) \
(G_TYPE_INSTANCE_GET_PRIVATE ((object), EOM_TYPE_PREFERENCES_DIALOG, EomPreferencesDialogPrivate))