Skip to content

Commit

Permalink
Update ui.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
REVRBE authored May 3, 2023
1 parent d73b272 commit dd30a97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
bool loginFailed = false;
bool loginSuccessful = false;

std::string user_rank;

void ui::renderSecondPrompt() {
std::string user_rank_local = globals.user_rank; // Create a local copy of the user rank
ImGui::Text("Welcome, %s!", globals.user_name);
Expand Down

0 comments on commit dd30a97

Please sign in to comment.