From a970cafe3a5238bd64e1895f32da81a4b1464211 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Thu, 14 May 2020 10:27:10 +0800 Subject: [PATCH] Remove useless variable. It's not used since we use the object pointers. Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- main_windows.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main_windows.cpp b/main_windows.cpp index b90cbd7..7321f8f 100644 --- a/main_windows.cpp +++ b/main_windows.cpp @@ -10,8 +10,6 @@ #include #include -static const int m_defaultButtonWidth = 45; - int main(int argc, char *argv[]) { // High DPI scaling is enabled by default from Qt 6 #if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))