aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util-private.h
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-11 23:06:25 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2010-03-11 23:06:25 +0800
commitfc3cfd74bedf8263e497ca23200ba74d3de5961c (patch)
tree2bc157616190ab863a369e7b9ebf0199d951c265 /e-util/e-util-private.h
parentc69e242109fcf285486d11937a60f7904f078df8 (diff)
downloadgsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar
gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar.gz
gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar.bz2
gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar.lz
gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar.xz
gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar.zst
gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.zip
Don't relocate non-existing EVOLUTION_GLADEDIR
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 645f855210..464815baad 100644
--- a/e-util/e-util-private.h
+++ b/e-util/e-util-private.h
@@ -40,7 +40,6 @@ 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;
const gchar *_e_get_galviewsdir (void) G_GNUC_CONST;
-const gchar *_e_get_gladedir (void) G_GNUC_CONST;
const gchar *_e_get_helpdir (void) G_GNUC_CONST;
const gchar *_e_get_icondir (void) G_GNUC_CONST;
const gchar *_e_get_imagesdir (void) G_GNUC_CONST;
@@ -87,9 +86,6 @@ const gchar *_e_get_uidir (void) G_GNUC_CONST;
#undef EVOLUTION_GALVIEWSDIR
#define EVOLUTION_GALVIEWSDIR _e_get_galviewsdir ()
-#undef EVOLUTION_UIDIR
-#define EVOLUTION_UIDIR _e_get_gladedir ()
-
#undef EVOLUTION_HELPDIR
#define EVOLUTION_HELPDIR _e_get_helpdir ()