dtfile: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 16:32:54 -06:00
parent 55a80f00cf
commit ea2d3927c7
17 changed files with 97 additions and 97 deletions

View File

@@ -1861,7 +1861,7 @@ DeselectAllDTFiles (
WorkspaceRec *workspaceData)
{
int selection_count;
register int i;
int i;
selection_count = workspaceData->files_selected;
@@ -1892,8 +1892,8 @@ DeselectDTFile (
DesktopRec *desktopWindow)
{
int selection_count;
register int i;
register int j;
int i;
int j;
selection_count = workspaceData->files_selected;