diff options
Diffstat (limited to 'src/TMaction.c')
-rw-r--r-- | src/TMaction.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TMaction.c b/src/TMaction.c index b4c522b..8b0b750 100644 --- a/src/TMaction.c +++ b/src/TMaction.c @@ -521,7 +521,6 @@ RemoveFromBindCache(Widget w, XtActionProc * procs) UNLOCK_PROCESS; } -/* ARGSUSED */ static void RemoveAccelerators(Widget widget, XtPointer closure, XtPointer data _X_UNUSED) { @@ -854,7 +853,7 @@ XtMenuPopupAction(Widget widget, UNLOCK_APP(app); } - /*ARGSUSED*/ static void +static void _XtMenuPopdownAction(Widget widget, XEvent *event _X_UNUSED, String * params, |