remove some unused defines
This commit is contained in:
@@ -38,7 +38,7 @@ class PIScreenDrawer;
|
||||
//! \details
|
||||
//! \~english Base class for all screen tiles providing layout and event handling.
|
||||
//! \~russian Базовый класс для всех экранных тайлов, обеспечивающий компоновку и обработку событий.
|
||||
#if !defined(PICO_SDK)
|
||||
|
||||
class PIP_CONSOLE_EXPORT PIScreenTile: public PIObject {
|
||||
friend class PIScreen;
|
||||
PIOBJECT_SUBCLASS(PIScreenTile, PIObject);
|
||||
@@ -238,6 +238,6 @@ protected:
|
||||
private:
|
||||
int pw, ph;
|
||||
};
|
||||
#endif // !PICO_SDK
|
||||
|
||||
|
||||
#endif // PISCREENTILE_H
|
||||
|
||||
Reference in New Issue
Block a user