mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Remove redundant semicolons
This commit is contained in:
parent
4ff5ff2772
commit
9602f36248
48 changed files with 72 additions and 70 deletions
|
@ -47,7 +47,7 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
||||
}
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
constexpr int PROGRESSBAR_FLAGS = WS_VISIBLE | WS_CHILD | PBS_SMOOTH | PBS_SMOOTHREVERSE;
|
||||
constexpr int WINDOW_FLAGS = WS_CLIPCHILDREN;
|
||||
|
@ -305,4 +305,4 @@ void SetVisible(bool visible)
|
|||
ShowWindow(window_handle, visible ? SW_SHOW : SW_HIDE);
|
||||
}
|
||||
|
||||
}; // namespace UI
|
||||
} // namespace UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue