Version 0.4.4

This commit is contained in:
louis 2015-05-01 10:56:46 +02:00
parent 563a0485ee
commit 5cacee08d1
3 changed files with 2 additions and 3 deletions

View File

@ -306,4 +306,4 @@ Version 0.4.3
- added correct menucategory for skin setups
- fixed bug that tokens in image pathes are not replaced correctly
Version 0.4.4

View File

@ -19,7 +19,7 @@
#endif
static const char *VERSION = "0.4.3";
static const char *VERSION = "0.4.4";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {

View File

@ -47,7 +47,6 @@ cAnimatedImage::cAnimatedImage(eAnimType animType, int animFreq, cRect &pos, int
}
cAnimatedImage::~cAnimatedImage() {
esyslog("skindesigner: killing animation");
}
void cAnimatedImage::DrawBlink(void) {