summaryrefslogtreecommitdiff
path: root/audio/spiralloops/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'audio/spiralloops/patches/patch-ap')
-rw-r--r--audio/spiralloops/patches/patch-ap13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/spiralloops/patches/patch-ap b/audio/spiralloops/patches/patch-ap
deleted file mode 100644
index 28101b979be..00000000000
--- a/audio/spiralloops/patches/patch-ap
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2003/12/19 16:37:54 ben Exp $
-
---- GUI/Widgets/Fl_Trigger.C.orig 2001-05-07 13:43:34.000000000 -0700
-+++ GUI/Widgets/Fl_Trigger.C
-@@ -27,7 +27,7 @@
-
- static const float RADCONV = 0.017453292;
-
--Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label=0) :
-+Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label) :
- Fl_Widget(x,y,w,h,label),
- m_CentreX(0),
- m_CentreY(0),