summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 9c3397f72..974e8d400 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -3108,7 +3108,6 @@ void Client::handleSDL2WindowEvent(const SDL_Event &event)
{
switch (event.window.event)
{
- // +++ need add other window events
case SDL_WINDOWEVENT_RESIZED:
resizeVideo(event.window.data1, event.window.data2, false);
break;