Skip to content

Commit

Permalink
Remove undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 3, 2024
1 parent 5c81482 commit 624b80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ void create_window() {
NULL);

widgets.push_back(running_button);
widgets.push_back(stop_button);

for (HWND widget : widgets) {
SendMessage(widget, WM_SETFONT, (WPARAM)main_font, TRUE);
Expand Down

0 comments on commit 624b80d

Please sign in to comment.