From b5f03e70b7117c3c10e21beec52f676029719299 Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Thu, 3 Feb 2022 17:47:03 +0800 Subject: [PATCH] remove mouse32 ,fix linux compile error --- preferences.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/preferences.cc b/preferences.cc index 39202f2f..6be59a98 100644 --- a/preferences.cc +++ b/preferences.cc @@ -240,11 +240,6 @@ Preferences::Preferences( QWidget * parent, Config::Class & cfg_ ): //Platform-specific options -#ifndef Q_OS_WIN32 - ui.groupBox_ScanPopupTechnologies->hide(); -// ui.tabWidget->removeTab( 5 ); -#endif - #ifndef ENABLE_SPWF_CUSTOMIZATION ui.groupBox_ScanPopupWindowFlags->hide(); #endif