DtWidget: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 15:15:59 -06:00
parent b5a3c00671
commit 3b1316112a
7 changed files with 64 additions and 64 deletions

View File

@@ -498,7 +498,7 @@ GetTitleString(
XtArgVal *value )
{
Arg al[10]; /* arg list */
register int ac; /* arg count */
int ac; /* arg count */
Widget title_area = M_TitleArea (manager);
XmString string = NULL;
@@ -558,7 +558,7 @@ Initialize(
DtTitleBoxWidget new )
{
Arg al[10]; /* arg list */
register int ac; /* arg count */
int ac; /* arg count */
Widget title = NULL;
XmString title_string = NULL;
@@ -823,7 +823,7 @@ SetValues(
new_title = False,
new_font = False;
Arg al[10]; /* arg list */
register int ac; /* arg count */
int ac; /* arg count */
/* Validate title position.
*/