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 | |
| parent | b03a2115d36805d7b73cd63f3cbffd43ded1b702 (diff) | |
| download | emacs-38e668dfb2b94c9ff9c33e6014e2a41a86eebf34.tar.gz emacs-38e668dfb2b94c9ff9c33e6014e2a41a86eebf34.zip | |
(instantiate_widget_instance): Remove duplicated prototype.
| -rw-r--r-- | lwlib/ChangeLog | 5 | ||||
| -rw-r--r-- | lwlib/lwlib.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 8aac644b736..6169db82452 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * lwlib.c (instantiate_widget_instance): Remove duplicated | ||
| 4 | prototype. | ||
| 5 | |||
| 1 | 2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 7 | ||
| 3 | * lwlib-Xol.c, lwlib-Xol.h, lwlib-Xolmb.c, lwlib-Xolmb.h | 8 | * lwlib-Xol.c, lwlib-Xol.h, lwlib-Xolmb.c, lwlib-Xolmb.h |
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 *)); |