diff options
Diffstat (limited to 'oldXMenu/FindSel.c')
| -rw-r--r-- | oldXMenu/FindSel.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index fcb66eb851c..202bbc1b28c 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -34,10 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | #include "XMenuInt.h" | 34 | #include "XMenuInt.h" |
| 35 | 35 | ||
| 36 | int | 36 | int |
| 37 | XMenuFindSelection(menu, p_num, label) | 37 | XMenuFindSelection(register XMenu *menu, int p_num, register char *label) |
| 38 | register XMenu *menu; | ||
| 39 | int p_num; | ||
| 40 | register char *label; | ||
| 41 | { | 38 | { |
| 42 | register XMPane *p_ptr; | 39 | register XMPane *p_ptr; |
| 43 | register XMSelect *s_ptr; | 40 | register XMSelect *s_ptr; |