diff --git a/samples/main.cpp b/samples/main.cpp index 79438a0..27243bd 100644 --- a/samples/main.cpp +++ b/samples/main.cpp @@ -26,9 +26,7 @@ SOFTWARE. using namespace tinyui; -static constexpr Id RootPanelId = 1; - -static constexpr Id NextPanelId = 100; +static constexpr Id RootPanelId = 1; /// The id for the root panel int quit(uint32_t, void *instance) { if (instance == nullptr) {