dtstyle: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:49:12 -06:00
parent d801b00866
commit 43cdfab6a1
14 changed files with 62 additions and 62 deletions

View File

@@ -137,7 +137,7 @@ static Widget
build_audioDlg(
Widget shell )
{
register int i, n;
int i, n;
Arg args[MAX_ARGS];
XmString button_string[NUM_LABELS];
XmString string;