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

Surface: Made "raw" field private.

I cheated a bit by declaring ASFont as friend, but all other outside
access now happens via methods.

I removed the "saveScreenshot" method since the code calling it is
commented out and I never heard anyone complain about missing this
feature.
This commit is contained in:
Maarten ter Huurne
2011-06-02 22:44:04 +02:00
parent 25e8e62622
commit 7861e07eb0
5 changed files with 11 additions and 25 deletions

View File

@@ -210,7 +210,6 @@ public:
void viewLog();
void contextMenu();
void changeWallpaper();
void saveScreenshot();
void applyRamTimings();
void applyDefaultTimings();