diff options
Diffstat (limited to 'src/toolbar.h')
-rw-r--r-- | src/toolbar.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/toolbar.h b/src/toolbar.h index ff58e3f35..8ed3a52a3 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -1,6 +1,8 @@ /* * Copyright (C) 2002 Jorn Baayen - * + * Copyright (C) 2003-2004 Marco Pesenti Gritti + * Copyright (C) 2003-2004 Christian Persch + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) @@ -78,10 +80,6 @@ void toolbar_update_navigation_actions (Toolbar *t, void toolbar_update_zoom (Toolbar *t, float zoom); -void toolbar_set_visibility (Toolbar *t, - gboolean normal_toolbars, - gboolean bmk_toolbars); - G_END_DECLS #endif |