remove unused args

This commit is contained in:
Holger Vogt 2021-03-02 18:15:33 +01:00
parent 1607b3a21f
commit f31ae08f0b
1 changed files with 1 additions and 7 deletions

View File

@ -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 },