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

@@ -122,8 +122,8 @@ UpdateActionMenuPane(
FileViewData *file_view_data;
DesktopRec *desktopWindow;
Widget child;
register int i, menu_offset;
register int action_count;
int i, menu_offset;
int action_count;
int count, del_count;
int num_children;
char ** command_list;