diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-17 01:08:04 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:16 +0800 |
commit | 76ca1494485a0919c8ed02db636bd3f1bc647e39 (patch) | |
tree | 51a100163c4901604ddbb9fd7346bd224fbc6e03 /e-util/e-util.h | |
parent | 7f7a84f6efbd57ec01c5a430b0ec886336c21d48 (diff) | |
download | gsoc2013-evolution-76ca1494485a0919c8ed02db636bd3f1bc647e39.tar.gz gsoc2013-evolution-76ca1494485a0919c8ed02db636bd3f1bc647e39.tar.zst gsoc2013-evolution-76ca1494485a0919c8ed02db636bd3f1bc647e39.zip |
Bug 649990 - Remove get_font_options() from e-util.c.
Not only is get_font_options() no longer needed, it's actually doing the
wrong thing by reading settings through GConfClient instead of GSettings.
But it turns out, thanks to the tighter Cairo integration in GTK3, the
widgets that call get_font_options() can be made to work correctly by
simply removing this hack. Love it when that happens.
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index e1f6c792e4..8463fd4a7b 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -127,9 +127,6 @@ gchar * e_ascii_dtostr (gchar *buffer, const gchar *format, gdouble d); -cairo_font_options_t * - get_font_options (void); - gboolean e_file_lock_create (void); void e_file_lock_destroy (void); gboolean e_file_lock_exists (void); |