diff options
| author | Pavel Janík | 2002-04-28 13:19:45 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-28 13:19:45 +0000 |
| commit | 38e668dfb2b94c9ff9c33e6014e2a41a86eebf34 (patch) | |
| tree | 53ea293b2629c5f036a6b479a227535f19417637 /lwlib/lwlib.c | |
| parent | b03a2115d36805d7b73cd63f3cbffd43ded1b702 (diff) | |
| download | emacs-38e668dfb2b94c9ff9c33e6014e2a41a86eebf34.tar.gz emacs-38e668dfb2b94c9ff9c33e6014e2a41a86eebf34.zip | |
(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)); | |||
| 104 | static void initialize_widget_instance P_ ((widget_instance *)); | 104 | static void initialize_widget_instance P_ ((widget_instance *)); |
| 105 | static widget_creation_function find_in_table P_ ((char *, widget_creation_entry *)); | 105 | static widget_creation_function find_in_table P_ ((char *, widget_creation_entry *)); |
| 106 | static Boolean dialog_spec_p P_ ((char *)); | 106 | static Boolean dialog_spec_p P_ ((char *)); |
| 107 | static void instantiate_widget_instance P_ ((widget_instance *)); | ||
| 108 | static void destroy_one_instance P_ ((widget_instance *)); | 107 | static void destroy_one_instance P_ ((widget_instance *)); |
| 109 | static void lw_pop_all_widgets P_ ((LWLIB_ID, Boolean)); | 108 | static void lw_pop_all_widgets P_ ((LWLIB_ID, Boolean)); |
| 110 | static Boolean get_one_value P_ ((widget_instance *, widget_value *)); | 109 | static Boolean get_one_value P_ ((widget_instance *, widget_value *)); |