From f31ae08f0b48302e4da9c35d5e5be4b19b7583fe Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 2 Mar 2021 18:15:33 +0100 Subject: [PATCH] remove unused args --- src/frontend/plotting/x11.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/frontend/plotting/x11.c b/src/frontend/plotting/x11.c index e70a5602a..6e193f482 100644 --- a/src/frontend/plotting/x11.c +++ b/src/frontend/plotting/x11.c @@ -459,13 +459,7 @@ X11_NewViewport(GRAPH *graph) { XtNright, (XtArgVal) XtChainRight } }; static Arg buttonargs[ ] = { - { XtNlabel, (XtArgVal) NULL }, - { XtNfromVert, (XtArgVal) NULL }, - { XtNbottom, (XtArgVal) XtChainTop }, - { XtNtop, (XtArgVal) XtChainTop }, - { XtNleft, (XtArgVal) XtRubber }, - { XtNright, (XtArgVal) XtRubber }, - { XtNresizable, (XtArgVal) TRUE } + { XtNlabel, (XtArgVal) NULL } }; static Arg viewargs[] = { { XtNresizable, (XtArgVal) TRUE },