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:
parent
55a80f00cf
commit
ea2d3927c7
17 changed files with 97 additions and 97 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue