summaryrefslogtreecommitdiff
path: root/audio/tclmidi/files/patch-TclmIntp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tclmidi/files/patch-TclmIntp.cxx')
-rw-r--r--audio/tclmidi/files/patch-TclmIntp.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/tclmidi/files/patch-TclmIntp.cxx b/audio/tclmidi/files/patch-TclmIntp.cxx
deleted file mode 100644
index 528a8a6c37ae..000000000000
--- a/audio/tclmidi/files/patch-TclmIntp.cxx
+++ /dev/null
@@ -1,12 +0,0 @@
---- TclmIntp.cxx.orig 1996-07-28 19:09:03 UTC
-+++ TclmIntp.cxx
-@@ -37,8 +37,7 @@
- #endif
- #include "TclmIntp.h"
-
--TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0),
-- next_event(0)
-+TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0)
- {
-
- Tcl_InitHashTable(&song_ht, TCL_STRING_KEYS);