1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(instantiate_widget_instance): Remove duplicated prototype.

This commit is contained in:
Pavel Janík 2002-04-28 13:19:45 +00:00
parent b03a2115d3
commit 38e668dfb2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* lwlib.c (instantiate_widget_instance): Remove duplicated
prototype.
2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* lwlib-Xol.c, lwlib-Xol.h, lwlib-Xolmb.c, lwlib-Xolmb.h

View File

@ -104,7 +104,6 @@ static void update_all_widget_values P_ ((widget_info *, Boolean));
static void initialize_widget_instance P_ ((widget_instance *));
static widget_creation_function find_in_table P_ ((char *, widget_creation_entry *));
static Boolean dialog_spec_p P_ ((char *));
static void instantiate_widget_instance P_ ((widget_instance *));
static void destroy_one_instance P_ ((widget_instance *));
static void lw_pop_all_widgets P_ ((LWLIB_ID, Boolean));
static Boolean get_one_value P_ ((widget_instance *, widget_value *));