aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util-private.h
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-11 23:31:09 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2010-03-11 23:31:09 +0800
commit043eabadba20150827310c31de58bbe78fda726f (patch)
tree23ca93277aa750de38eccc22e0b7cdb0a4e543d7 /e-util/e-util-private.h
parentfc3cfd74bedf8263e497ca23200ba74d3de5961c (diff)
downloadgsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar
gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar.gz
gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar.bz2
gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar.lz
gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar.xz
gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar.zst
gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.zip
Don't relocate inexisting EVOLUTION_CATEGORY_ICONS path
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r--e-util/e-util-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h
index 464815baad..4503f4585e 100644
--- a/e-util/e-util-private.h
+++ b/e-util/e-util-private.h
@@ -35,7 +35,6 @@
#define fsync(fd) 0
-const gchar *_e_get_category_icons (void) G_GNUC_CONST;
const gchar *_e_get_datadir (void) G_GNUC_CONST;
const gchar *_e_get_ecpsdir (void) G_GNUC_CONST;
const gchar *_e_get_etspecdir (void) G_GNUC_CONST;
@@ -68,9 +67,6 @@ const gchar *_e_get_uidir (void) G_GNUC_CONST;
#undef PREFIX
#define PREFIX _e_get_prefix ()
-#undef EVOLUTION_CATEGORY_ICONS
-#define EVOLUTION_CATEGORY_ICONS _e_get_category_icons ()
-
#undef EVOLUTION_DATADIR
#define EVOLUTION_DATADIR _e_get_datadir ()