remove some unused defines

This commit is contained in:
2026-08-12 14:04:49 +03:00
parent 8bf7738e8a
commit e2c0445c1b
15 changed files with 77 additions and 128 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -24,7 +24,7 @@
#ifndef PISCREENDRAWER_H
#define PISCREENDRAWER_H
#if !defined(PICO_SDK)
#include "pip_console_export.h"
#include "piscreentypes.h"
@@ -147,5 +147,5 @@ private:
};
#endif // !PICO_SDK
#endif // PISCREENDRAWER_H
+2 -2
View File
@@ -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
+2 -2
View File
@@ -27,7 +27,7 @@
#ifndef PISCREENTILES_H
#define PISCREENTILES_H
#if !defined(PICO_SDK)
#include "pip_console_export.h"
#include "piscreentile.h"
@@ -445,5 +445,5 @@ protected:
};
#endif // !PICO_SDK
#endif // PISCREENTILES_H
+2 -2
View File
@@ -27,7 +27,7 @@
#ifndef PISCREENTYPES_H
#define PISCREENTYPES_H
#if !defined(PICO_SDK)
#include "pip_console_export.h"
#include "pivariant.h"
@@ -285,5 +285,5 @@ BINARY_STREAM_READ(PIScreenTypes::TileEvent) {
REGISTER_PIVARIANTSIMPLE(PIScreenTypes::TileEvent)
#endif // !PICO_SDK
#endif // PISCREENTYPES_H
+2 -2
View File
@@ -24,7 +24,7 @@
#ifndef PITERMINAL_H
#define PITERMINAL_H
#if !defined(PICO_SDK)
#include "pikbdlistener.h"
#include "pip_console_export.h"
@@ -115,5 +115,5 @@ private:
};
#endif // !PICO_SDK
#endif // PITERMINAL_H