diff options
Diffstat (limited to 'baserender.c')
-rw-r--r-- | baserender.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/baserender.c b/baserender.c index a8724dbf..64667b84 100644 --- a/baserender.c +++ b/baserender.c @@ -1325,7 +1325,6 @@ tColor cFlatBaseRender::SetAlpha(tColor Color, double am) return ArgbToColor(A, R, G, B); } - void cFlatBaseRender::DecorDrawGlowRectHor(cPixmap *pixmap, int Left, int Top, int Width, int Height, tColor ColorBg) { double Alpha; if( Height < 0 ) { |