diff options
author | Dan Damian <dandamian@gmx.net> | 2003-03-10 03:32:41 +0800 |
---|---|---|
committer | Dan Damian <dand@src.gnome.org> | 2003-03-10 03:32:41 +0800 |
commit | 64f7879af2f0d3e234926d03ae1f1da711a89329 (patch) | |
tree | 33e3862dcd9cb045d755b4bd9bf5b08138dbcda0 /lib/ephy-gui.h | |
parent | 2f46d7cd79bda7c11395223411cfe4e28c6111d6 (diff) | |
download | gsoc2013-epiphany-64f7879af2f0d3e234926d03ae1f1da711a89329.tar.gz gsoc2013-epiphany-64f7879af2f0d3e234926d03ae1f1da711a89329.tar.zst gsoc2013-epiphany-64f7879af2f0d3e234926d03ae1f1da711a89329.zip |
Use default widget color for smart bookmarks background. Fixes #107902.
2003-03-09 Dan Damian <dandamian@gmx.net>
* lib/widgets/ephy-autocompletion-window.c:
(ephy_autocompletion_window_init_widgets):
Use default widget color for smart bookmarks background. Fixes
#107902.
* lib/ephy-gui.h:
* lib/ephy-gui.c (shift_color_component),
(ephy_gui_rgb_shift_color), (rgb16_to_rgb),
(ephy_gui_gdk_color_to_rgb), (ephy_gui_rgb_to_color):
Removed unused functions.
Diffstat (limited to 'lib/ephy-gui.h')
-rw-r--r-- | lib/ephy-gui.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h index 75fc0164b..903f6e5bb 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -40,14 +40,6 @@ void ephy_gui_gtk_radio_button_set (GtkRadioButton *radio_button, gboolean ephy_gui_confirm_overwrite_file (GtkWidget *parent, const char *filename); - -guint32 ephy_gui_rgb_shift_color (guint32 color, - float shift_by); - -guint32 ephy_gui_gdk_color_to_rgb (const GdkColor *color); - -GdkColor ephy_gui_gdk_rgb_to_color (guint32 color); - G_END_DECLS #endif |