From 5e1dcdde2a47138f9febae4942d06815b0c1dcaa Mon Sep 17 00:00:00 2001 From: Osyotr Date: Wed, 3 Jan 2024 21:56:17 +0300 Subject: [PATCH] Remove unneded code Signed-off-by: Osyotr --- qt/mainwindow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp index 0f6c3e65f4..138e94cc65 100644 --- a/qt/mainwindow.cpp +++ b/qt/mainwindow.cpp @@ -224,9 +224,6 @@ MainWindow::MainWindow(Framework & framework, #if defined(OMIM_OS_WINDOWS) bool MainWindow::nativeEvent(QByteArray const & eventType, void * message, qintptr * result) { - (void)eventType; - (void)result; - MSG * msg = static_cast(message); if (msg->message == WM_SYSCOMMAND) {