Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 4 lat temu
rodzic 61c25d7e11
commit 9506fd9461
Podpisane przez: MicheleC
ID klucza GPG: 2A75B7CA8ADED5CF

@ -3,7 +3,7 @@
// -------------------
// Baghira window decoration for KDE
// -------------------
// Copyright (c) 2004, 2005 Thomas Lübking
// Copyright (c) 2004, 2005 Thomas L<EFBFBD>bking
// Please see the header file for copyright and license information.
//////////////////////////////////////////////////////////////////////////////
@ -836,10 +836,10 @@ static bool blend( const TQImage & upper, const TQImage & lower, TQImage & outpu
output = lower.copy();
register uchar *i, *o;
register int a;
register int col;
register int w = upper.width();
uchar *i, *o;
int a;
int col;
int w = upper.width();
int row(upper.height() - 1);
do

@ -47,10 +47,10 @@ static bool blend( const TQImage & upper, const TQImage & lower, TQImage & outpu
output = lower.copy();
register uchar *i, *o;
register int a;
register int col;
register int w = upper.width();
uchar *i, *o;
int a;
int col;
int w = upper.width();
int row(upper.height() - 1);
do

Ładowanie…
Anuluj
Zapisz