aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/eggintl.h
diff options
context:
space:
mode:
authorJaap Haitsma <jaap@haitsma.org>2007-07-01 21:45:39 +0800
committerJaap A. Haitsma <jhaitsma@src.gnome.org>2007-07-01 21:45:39 +0800
commit4b28dd2019b62d460840d7bf29767f86ed985869 (patch)
treef9dc30a3477456cdbf3a4567cd9604b338d0bccf /lib/egg/eggintl.h
parent826e46081e71c48e304f9f358207909e4e364b04 (diff)
downloadgsoc2013-epiphany-4b28dd2019b62d460840d7bf29767f86ed985869.tar
gsoc2013-epiphany-4b28dd2019b62d460840d7bf29767f86ed985869.tar.gz
gsoc2013-epiphany-4b28dd2019b62d460840d7bf29767f86ed985869.tar.bz2
gsoc2013-epiphany-4b28dd2019b62d460840d7bf29767f86ed985869.tar.lz
gsoc2013-epiphany-4b28dd2019b62d460840d7bf29767f86ed985869.tar.xz
gsoc2013-epiphany-4b28dd2019b62d460840d7bf29767f86ed985869.tar.zst
gsoc2013-epiphany-4b28dd2019b62d460840d7bf29767f86ed985869.zip
script that syncs local toolbar editor copy with the one in libegg SVN
2007-07-01 Jaap Haitsma <jaap@haitsma.org> * lib/egg/update-toolbareditor-from-libegg: script that syncs local toolbar editor copy with the one in libegg SVN * lib/egg/egg*: sync with toolbar editor in libegg. Sync obtained by running update-toolbareditor-from-libegg * lib/egg/eggintl.h: removed not needed anymore by egg-toolbareditor * lib/egg/Makefile.am: remove eggintl.h svn path=/trunk/; revision=7106
Diffstat (limited to 'lib/egg/eggintl.h')
-rw-r--r--lib/egg/eggintl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/egg/eggintl.h b/lib/egg/eggintl.h
deleted file mode 100644
index 2b144c670..000000000
--- a/lib/egg/eggintl.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __EGG_INTL_H__
-#define __EGG_INTL_H__
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <glib/gi18n.h>
-
-#endif /* __EGG_INTL_H__ */