dtwm: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:54:24 -06:00
parent 2d7c1db6fc
commit c1227cc629
13 changed files with 38 additions and 38 deletions

View File

@@ -5857,10 +5857,10 @@ XmColorData * _WmGetDefaultColors (Screen *screen, Colormap colormap,
static int defaultCount[2] = {0, 0};
static int defaultSize[2] = {0, 0};
int setId;
register XmColorData *set;
register int count;
register int size;
register int i;
XmColorData *set;
int count;
int size;
int i;
Display *display = DisplayOfScreen (screen);
XColor colorDef;