remove some unused defines
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
//! \~\brief
|
||||
//! \~english Console screen manager with tile layout, drawing, and input routing.
|
||||
//! \~russian Менеджер консольного экрана с раскладкой тайлов, отрисовкой и маршрутизацией ввода.
|
||||
#if !defined(PICO_SDK)
|
||||
|
||||
class PIP_CONSOLE_EXPORT PIScreen
|
||||
: public PIThread
|
||||
, public PIScreenTypes::PIScreenBase {
|
||||
@@ -215,6 +215,6 @@ private:
|
||||
PIScreenTile root;
|
||||
PIScreenTile *tile_focus, *tile_dialog;
|
||||
};
|
||||
#endif // !PICO_SDK
|
||||
|
||||
|
||||
#endif // PISCREEN_H
|
||||
|
||||
Reference in New Issue
Block a user