dtlogin: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:25:01 -06:00
parent 97264ba971
commit 88dd3b2c71
14 changed files with 41 additions and 41 deletions

View File

@@ -316,7 +316,7 @@ MakeRootCursor( void )
void
MakeBackground( void )
{
register int i;
int i;
/*
* Get resources first
@@ -430,7 +430,7 @@ MakeBackground( void )
void
MakeButtons( void )
{
register int i;
int i;
Dimension width;
@@ -659,7 +659,7 @@ MakeChooser( void )
void
MakeDialog( DialogType dtype )
{
register int i, j;
int i, j;
int width;