diff options
Diffstat (limited to 'plugins/SplashScreen/src/bitmap_funcs.h')
-rw-r--r-- | plugins/SplashScreen/src/bitmap_funcs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SplashScreen/src/bitmap_funcs.h b/plugins/SplashScreen/src/bitmap_funcs.h index f82e909ad2..f91423dc52 100644 --- a/plugins/SplashScreen/src/bitmap_funcs.h +++ b/plugins/SplashScreen/src/bitmap_funcs.h @@ -43,7 +43,6 @@ public: void saveAlpha(int x = 0, int y = 0, int w = 0, int h = 0);
void restoreAlpha(int x = 0, int y = 0, int w = 0, int h = 0);
- void Blend(MyBitmap *bmp, int x, int y, int w, int h);
void DrawText(TCHAR *str, int x, int y);
inline COLOR32 *getBits() { return bits; }
@@ -70,8 +69,6 @@ public: {
return (c >> 24) & 0xff;
}
-
- HRGN buildOpaqueRgn();
};
#endif // __bitmap_funcs_h__
|