diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-04-28 13:19:09 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-04-28 13:19:09 +0000 |
commit | 786c09b593522ed0813aba7b3edd9df981dcd9bd (patch) | |
tree | be2b52f644547600f8c9eb8ee40bdabe198e9534 /lwlib | |
parent | de6d3e037306f57726c53ea53f4a5e0ad4e78ed6 (diff) | |
download | emacs-786c09b593522ed0813aba7b3edd9df981dcd9bd.tar.gz |
(instantiate_widget_instance): Remove duplicated prototype.
Diffstat (limited to 'lwlib')
-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 *)); |