From e00058a332761bfdd6b161159a3f3b98e5b48023 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 20 Mar 2025 19:45:43 -0400 Subject: [PATCH] chore: remove unused MacOSXPrecomp.h --- src/lib/common/CMakeLists.txt | 4 ---- src/lib/common/MacOSXPrecomp.h | 13 ------------- 2 files changed, 17 deletions(-) delete mode 100644 src/lib/common/MacOSXPrecomp.h diff --git a/src/lib/common/CMakeLists.txt b/src/lib/common/CMakeLists.txt index a0c0d7bea..41530e1df 100644 --- a/src/lib/common/CMakeLists.txt +++ b/src/lib/common/CMakeLists.txt @@ -14,7 +14,3 @@ add_library(common STATIC ) target_link_libraries(common PUBLIC Qt6::Core) - -if(APPLE) - target_sources(common PUBLIC MacOSXPrecomp.h) -endif() diff --git a/src/lib/common/MacOSXPrecomp.h b/src/lib/common/MacOSXPrecomp.h deleted file mode 100644 index e3529aecc..000000000 --- a/src/lib/common/MacOSXPrecomp.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Deskflow -- mouse and keyboard sharing utility - * SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd. - * SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman - * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception - */ - -// -// Prefix header for all source files of the 'deleteme' target in the 'deleteme' -// project. -// -#pragma once -#include