summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/bitmap_funcs.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-04-24 06:38:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-04-24 06:38:16 +0000
commit13b99e9e773a322b5fdd7cf4f6f6004a28472eeb (patch)
treea3f542baaf4f67eadf607875e1a6584d762478b2 /plugins/SplashScreen/src/bitmap_funcs.h
parent7003bcdcc1263afd99f3d3ec9187e8ebea39326f (diff)
crash fix
warnings fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src/bitmap_funcs.h')
-rw-r--r--plugins/SplashScreen/src/bitmap_funcs.h3
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__