]> code.delx.au - gnu-emacs/commitdiff
(instantiate_widget_instance): Remove duplicated prototype.
authorPavel Janík <Pavel@Janik.cz>
Sun, 28 Apr 2002 13:19:45 +0000 (13:19 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 28 Apr 2002 13:19:45 +0000 (13:19 +0000)
lwlib/ChangeLog
lwlib/lwlib.c

index 8aac644b736802a89fb9766680f4941f95ee5914..6169db824523cd2ad719b2fdabaa3f841a557901 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * lwlib.c (instantiate_widget_instance): Remove duplicated
+       prototype.
+
 2002-04-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * lwlib-Xol.c, lwlib-Xol.h, lwlib-Xolmb.c, lwlib-Xolmb.h
index 22761993e56a7bdb1cca162649022ab66e8c7b36..43900a9b132e861b44d2f43900c8398e9237fe77 100644 (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 *));