summaryrefslogtreecommitdiff
path: root/src/Core.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/Core.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/Core.c')
-rw-r--r--src/Core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Core.c b/src/Core.c
index 201a601..bdbd2c8 100644
--- a/src/Core.c
+++ b/src/Core.c
@@ -223,7 +223,6 @@ WidgetClass widgetClass = &widgetClassRec;
externaldef(WidgetClass)
WidgetClass coreWidgetClass = &widgetClassRec;
-/*ARGSUSED*/
static void
XtCopyScreen(Widget widget, int offset _X_UNUSED, XrmValue *value)
{
@@ -282,7 +281,6 @@ CoreClassPartInitialize(register WidgetClass wc)
UNLOCK_PROCESS;
}
-/* ARGSUSED */
static void
CoreInitialize(Widget requested_widget _X_UNUSED,
register Widget new_widget,
@@ -329,7 +327,6 @@ CoreDestroy(Widget widget)
} /* CoreDestroy */
-/* ARGSUSED */
static Boolean
CoreSetValues(Widget old,
Widget reference _X_UNUSED,
@@ -414,7 +411,6 @@ CoreSetValues(Widget old,
return redisplay;
} /* CoreSetValues */
-/*ARGSUSED*/
static void
CoreSetValuesAlmost(Widget old _X_UNUSED,
Widget new _X_UNUSED,