aboutsummaryrefslogtreecommitdiff
path: root/comms/cubicsdr/files/patch-src_AppFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'comms/cubicsdr/files/patch-src_AppFrame.cpp')
-rw-r--r--comms/cubicsdr/files/patch-src_AppFrame.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/comms/cubicsdr/files/patch-src_AppFrame.cpp b/comms/cubicsdr/files/patch-src_AppFrame.cpp
deleted file mode 100644
index d368a06deb61..000000000000
--- a/comms/cubicsdr/files/patch-src_AppFrame.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/AppFrame.cpp.orig 2019-02-25 02:52:05 UTC
-+++ src/AppFrame.cpp
-@@ -34,7 +34,7 @@
- #include <wx/numformatter.h>
- #include <stddef.h>
-
--#ifdef __linux__
-+#if defined(__linux__) || defined(__FreeBSD__)
- #include "CubicSDR.xpm"
- #endif
-
-@@ -79,7 +79,7 @@ std::vector<std::string> str_explode(const std::string
- AppFrame::AppFrame() :
- wxFrame(NULL, wxID_ANY, CUBICSDR_TITLE), activeDemodulator(nullptr) {
-
--#ifdef __linux__
-+#if defined(__linux__) || defined(__FreeBSD__)
- SetIcon(wxICON(cubicsdr));
- #endif
-