DtWidget: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 15:15:59 -06:00
parent b5a3c00671
commit 3b1316112a
7 changed files with 64 additions and 64 deletions

View File

@@ -2668,8 +2668,8 @@ SetValues(
static void
BorderHighlight( DtIconGadget g)
{
register int width;
register int height;
int width;
int height;
CallCallbackProc call_callback;
width = g->rectangle.width;
@@ -2699,9 +2699,9 @@ static void
BorderUnhighlight( DtIconGadget g)
{
register int window_width;
register int window_height;
register int highlight_width;
int window_width;
int window_height;
int highlight_width;
CallCallbackProc call_callback;
window_width = g->rectangle.width;