diff options
author | Mike Kestner <mkestner@ximian.com> | 2003-04-09 04:44:58 +0800 |
---|---|---|
committer | Mike Kestner <mkestner@src.gnome.org> | 2003-04-09 04:44:58 +0800 |
commit | 0cdafe3604b30714bdc1e95819cd4a7936fcd523 (patch) | |
tree | 670c2d01da0020fc8d7e320ba5528a96f3745de0 /calendar/gui | |
parent | e73f740c72d9b19134bc91c4bb1d55a39664fe8b (diff) | |
download | gsoc2013-evolution-0cdafe3604b30714bdc1e95819cd4a7936fcd523.tar.gz gsoc2013-evolution-0cdafe3604b30714bdc1e95819cd4a7936fcd523.tar.zst gsoc2013-evolution-0cdafe3604b30714bdc1e95819cd4a7936fcd523.zip |
kill an old e_utf8_gtk usage
2003-04-08 Mike Kestner <mkestner@ximian.com>
* e-search-bar.c (set_option): kill an old e_utf8_gtk usage
and remove some straggling e-font.h includes.
svn path=/trunk/; revision=20769
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index b857814125..f472ed8028 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -54,7 +54,6 @@ #include <gal/widgets/e-canvas.h> #include <gal/widgets/e-canvas-utils.h> -#include <gal/widgets/e-font.h> #include <gal/e-table/e-cell-combo.h> #include <gal/e-table/e-cell-text.h> #include <gal/e-table/e-table-simple.h> |