diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-24 16:51:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-24 16:51:04 +0800 |
commit | ab25b91dc7b2d07a2762e799a7010d3f9438069c (patch) | |
tree | 56241585a3c0f06e1ed859c2bbce8e6919b83aed /lib/egg/eggtoolbar.h | |
parent | a98d9364cb5395aca5adc9fa4db219df7545ab98 (diff) | |
download | gsoc2013-epiphany-ab25b91dc7b2d07a2762e799a7010d3f9438069c.tar gsoc2013-epiphany-ab25b91dc7b2d07a2762e799a7010d3f9438069c.tar.gz gsoc2013-epiphany-ab25b91dc7b2d07a2762e799a7010d3f9438069c.tar.bz2 gsoc2013-epiphany-ab25b91dc7b2d07a2762e799a7010d3f9438069c.tar.lz gsoc2013-epiphany-ab25b91dc7b2d07a2762e799a7010d3f9438069c.tar.xz gsoc2013-epiphany-ab25b91dc7b2d07a2762e799a7010d3f9438069c.tar.zst gsoc2013-epiphany-ab25b91dc7b2d07a2762e799a7010d3f9438069c.zip |
Update
2003-05-24 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/egg/eggradiotoolbutton.c:
* lib/egg/eggseparatortoolitem.c:
* lib/egg/eggtoggletoolbutton.c:
* lib/egg/eggtoolbar.c:
* lib/egg/eggtoolbar.h:
* lib/egg/eggtoolbutton.c:
* lib/egg/eggtoolbutton.h:
* lib/egg/eggtoolitem.c:
Update
Diffstat (limited to 'lib/egg/eggtoolbar.h')
-rw-r--r-- | lib/egg/eggtoolbar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/egg/eggtoolbar.h b/lib/egg/eggtoolbar.h index 2dbb3e9d2..44cc21fa4 100644 --- a/lib/egg/eggtoolbar.h +++ b/lib/egg/eggtoolbar.h @@ -194,7 +194,6 @@ void egg_toolbar_append_space (EggToolbar *toolbar); void egg_toolbar_prepend_space (EggToolbar *toolbar); void egg_toolbar_insert_space (EggToolbar *toolbar, gint position); -/* FIXME: Write this function */ void egg_toolbar_remove_space (EggToolbar *toolbar, gint position); /* Any element type */ |