aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-26 18:32:03 -0700
committerFuwn <[email protected]>2022-04-26 18:32:03 -0700
commitd04d001acafc644afd311270103ece6cf3e61360 (patch)
treeb7c7c2e595020e38bb278e2fe4505add40a4b4e2
parentfeat: use colourful logging (diff)
downloadsoyuz-d04d001acafc644afd311270103ece6cf3e61360.tar.xz
soyuz-d04d001acafc644afd311270103ece6cf3e61360.zip
refactor(cc): remove unused implementation unit
-rw-r--r--CMakeLists.txt1
-rw-r--r--soyuz/windows.cc10
2 files changed, 0 insertions, 11 deletions
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 <soyuz/windows.hh>