summaryrefslogtreecommitdiff
path: root/src/Event.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/Event.c
parent04bb8d633f922e12f76b17de5b876320b0fe3b69 (diff)
downloadxorg-lib-libXt-d9ff063428adeb7139ee2eb1a96c8fb6263bac12.tar.gz
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/Event.c')
-rw-r--r--src/Event.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Event.c b/src/Event.c
index ea1ab40..2c3b73c 100644
--- a/src/Event.c
+++ b/src/Event.c
@@ -1165,7 +1165,6 @@ SendExposureEvent(XEvent *event, Widget widget, XtPerDisplay pd)
* and GraphicsExpose.
*/
-/* ARGSUSED */
static Bool
CheckExposureEvent(Display *disp _X_UNUSED, XEvent *event, char *arg)
{
@@ -1505,7 +1504,6 @@ XtDispatchEvent(XEvent *event)
return was_dispatched;
}
-/* ARGSUSED */
static void
GrabDestroyCallback(Widget widget,
XtPointer closure _X_UNUSED,