1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Give adjustInput() an empty default implementation and remove empty overrides.

Again a slight reduction in binary size.
This commit is contained in:
Maarten ter Huurne
2010-07-28 01:52:05 +02:00
parent d1d55a7666
commit 44bed79d5c
8 changed files with 5 additions and 12 deletions

View File

@@ -43,7 +43,6 @@ public:
virtual void draw(int y);
virtual void manageInput();
virtual void adjustInput();
virtual bool edited();
};