summaryrefslogtreecommitdiff
path: root/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch')
-rw-r--r--sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch b/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch
deleted file mode 100644
index 124a8fdd767c..000000000000
--- a/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix FTBFS with GCC 10
-Bug-Debian: https://bugs.debian.org/957990
-Forwarded: https://sourceforge.net/p/xoscope/discussion/23485/thread/d6fba12f59/
-Author: Raymundo Cassani <raymundo.cassani@gmail.com>
-Last-Update: 2020-05-20
-
---- a/display.c
-+++ b/display.c
-@@ -35,7 +35,6 @@
- #define DEBUG 0
-
- int triggered = 0; /* whether we've triggered or not */
--void *font;
- int math_warning = 0; /* TRUE if math has a problem */
-
- struct signal_stats stats;