Singletonify Skin class

This commit is contained in:
Daniel Svensson 2006-02-27 18:00:00 +01:00
parent 4e46089c01
commit fa4fc01a31
16 changed files with 103 additions and 115 deletions

View file

@ -24,8 +24,6 @@ class SmallNumberDisplay : public PixWidget
int m_w;
void drawNumber (void);
Skin *m_skin;
};
#endif