diff options
Diffstat (limited to 'plugins/SmileyAdd/src/anim.h')
-rw-r--r-- | plugins/SmileyAdd/src/anim.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SmileyAdd/src/anim.h b/plugins/SmileyAdd/src/anim.h index 8f31dca36e..eb1b0c0fe7 100644 --- a/plugins/SmileyAdd/src/anim.h +++ b/plugins/SmileyAdd/src/anim.h @@ -43,7 +43,6 @@ private: public:
Animate(SmileyType *sml, RECT &rect, HDC hdcMem, HBRUSH hbr, bool clip);
- Animate(const Animate& an);
~Animate();
void Draw(HDC hdc);
@@ -68,8 +67,6 @@ private: HDC m_hdcMem;
HBITMAP m_hOld;
- static unsigned CALLBACK AnimateThreadFunc ( void* arg );
-
public:
AnimatedPack(HWND hwnd, int wsize, SIZE& sel, COLORREF bkg);
~AnimatedPack();
|