summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/audacity/files/audacity-1.3.14-typecast.patch')
-rw-r--r--media-sound/audacity/files/audacity-1.3.14-typecast.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-sound/audacity/files/audacity-1.3.14-typecast.patch b/media-sound/audacity/files/audacity-1.3.14-typecast.patch
deleted file mode 100644
index c01046143b21..000000000000
--- a/media-sound/audacity/files/audacity-1.3.14-typecast.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- audacity-src-1.3.14-beta/src/TrackPanel.cpp.orig
-+++ audacity-src-1.3.14-beta/src/TrackPanel.cpp
-@@ -2915,7 +2915,11 @@
- {
- // Make sure we always have the first linked track of a stereo track
- if (!mouseTrack->GetLinked() && mTracks->GetLink(mouseTrack))
-- mouseTrack = mTracks->GetLink(mouseTrack);
-+ mouseTrack =
-+#ifndef USE_MIDI
-+ (WaveTrack*)
-+#endif
-+ mTracks->GetLink(mouseTrack);
-
- // Temporary apply the offset because we want to see if the
- // track fits with the desired offset