1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

@ -770,7 +770,7 @@ static void
UnmanageAllActionItems(
FileMgrRec *file_mgr_rec )
{
register int i, children;
int i, children;
XmManagerWidget action_pane;
action_pane = (XmManagerWidget) file_mgr_rec->action_pane;
@ -987,7 +987,7 @@ TrashFiles(
Widget mbar;
DtActionArg * action_args;
int arg_count;
register int i;
int i;
if (!TrashIsInitialized())
{