aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>