# HG changeset patch # User Pavel Jank # Date 1019999949 0 # Node ID 3c9e489ebf698b2e5ce2912ac6a63fab6963a9e1 # Parent 6c29c1a3119a84ec848f366af7cd4ca8142d9d06 (instantiate_widget_instance): Remove duplicated prototype. diff -r 6c29c1a3119a -r 3c9e489ebf69 lwlib/lwlib.c --- a/lwlib/lwlib.c Sun Apr 28 12:11:55 2002 +0000 +++ b/lwlib/lwlib.c Sun Apr 28 13:19:09 2002 +0000 @@ -104,7 +104,6 @@ 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 *));