diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-04-28 13:19:45 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-04-28 13:19:45 +0000 |
commit | 38e668dfb2b94c9ff9c33e6014e2a41a86eebf34 (patch) | |
tree | 53ea293b2629c5f036a6b479a227535f19417637 /lwlib/lwlib.c | |
parent | b03a2115d36805d7b73cd63f3cbffd43ded1b702 (diff) | |
download | emacs-38e668dfb2b94c9ff9c33e6014e2a41a86eebf34.tar.gz |
(instantiate_widget_instance): Remove duplicated prototype.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 22761993e56..43900a9b132 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -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 *)); |