From 7955f5b084aeae334a445136839160356c96de36 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 20 12月 2023 03:59:57 +0800 Subject: [PATCH] Add comments --- src/core/contexts/qtwindowcontext.cpp | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/core/contexts/qtwindowcontext.cpp b/src/core/contexts/qtwindowcontext.cpp index 8a71c2b..4bbb0e6 100644 --- a/src/core/contexts/qtwindowcontext.cpp +++ b/src/core/contexts/qtwindowcontext.cpp @@ -244,12 +244,6 @@ } void QtWindowContext::virtual_hook(int id, void *data) { - switch (id) { - case ShowSystemMenuHook: - return; - default: - break; - } AbstractWindowContext::virtual_hook(id, data); } -- Gitblit v1.9.1