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/Create.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/Create.c')
-rw-r--r-- | src/Create.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Create.c b/src/Create.c index b5d909a..952c1d5 100644 --- a/src/Create.c +++ b/src/Create.c @@ -741,7 +741,6 @@ XtAppCreateShell(_Xconst char *name, return retval; } -/* ARGSUSED */ Widget XtCreateApplicationShell(_Xconst char *name _X_UNUSED, WidgetClass widget_class, |