chore: remove unused MacOSXPrecomp.h

This commit is contained in:
sithlord48
2025-03-20 19:45:43 -04:00
committed by Nick Bolton
parent 45b6ff19e7
commit e00058a332
2 changed files with 0 additions and 17 deletions

View File

@ -14,7 +14,3 @@ add_library(common STATIC
)
target_link_libraries(common PUBLIC Qt6::Core)
if(APPLE)
target_sources(common PUBLIC MacOSXPrecomp.h)
endif()

View File

@ -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 <Carbon/Carbon.h>