summaryrefslogtreecommitdiff
path: root/src/Callback.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-14 16:33:16 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-14 16:33:16 -0400
commitd9ff063428adeb7139ee2eb1a96c8fb6263bac12 (patch)
treea2fb49e8b92b85213d6d0dd5de4321f0a8f507af /src/Callback.c
parent04bb8d633f922e12f76b17de5b876320b0fe3b69 (diff)
remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARY
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Callback.c')
-rw-r--r--src/Callback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Callback.c b/src/Callback.c
index b1c9d7f..bd384d9 100644
--- a/src/Callback.c
+++ b/src/Callback.c
@@ -195,7 +195,6 @@ XtAddCallback(Widget widget,
UNLOCK_APP(app);
} /* XtAddCallback */
-/* ARGSUSED */
static void
AddCallbacks(Widget widget _X_UNUSED,
InternalCallbackList * callbacks,