Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling authored Jan 6, 2025
1 parent 3757e76 commit adabafc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit adabafc

Please sign in to comment.