From d04d001acafc644afd311270103ece6cf3e61360 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 26 Apr 2022 18:32:03 -0700 Subject: refactor(cc): remove unused implementation unit --- CMakeLists.txt | 1 - soyuz/windows.cc | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 soyuz/windows.cc diff --git a/CMakeLists.txt b/CMakeLists.txt index 31dffe6..d324bbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,6 @@ if(WIN32) # windows "soyuz/library.cc" "soyuz/soyuz.cc" "soyuz/tray.cc" - "soyuz/windows.cc" "resource/resource.rc" ) endif() diff --git a/soyuz/windows.cc b/soyuz/windows.cc deleted file mode 100644 index ce17347..0000000 --- a/soyuz/windows.cc +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright (C) 2021-2022 Fuwn -// SPDX-License-Identifier: GPL-3.0-only - -/** - * @file windows.cc - * @author Fuwn - * @date 2021. August. 18. - */ - -#include -- cgit v1.2.3