diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-14 16:33:16 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-14 16:33:16 -0400 |
commit | d9ff063428adeb7139ee2eb1a96c8fb6263bac12 (patch) | |
tree | a2fb49e8b92b85213d6d0dd5de4321f0a8f507af /src/ActionHook.c | |
parent | 04bb8d633f922e12f76b17de5b876320b0fe3b69 (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/ActionHook.c')
-rw-r--r-- | src/ActionHook.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ActionHook.c b/src/ActionHook.c index bb81929..45e4cfb 100644 --- a/src/ActionHook.c +++ b/src/ActionHook.c @@ -1,4 +1,3 @@ - /*LINTLIBRARY*/ /*********************************************************** Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved. @@ -75,7 +74,6 @@ in this Software without prior written authorization from The Open Group. #endif #include "IntrinsicI.h" -/*ARGSUSED*/ static void FreeActionHookList(Widget widget _X_UNUSED, XtPointer closure, /* ActionHook* */ |