aboutsummaryrefslogtreecommitdiff
path: root/net/sdr/files/patch-src-generic.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'net/sdr/files/patch-src-generic.tcl')
-rw-r--r--net/sdr/files/patch-src-generic.tcl11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sdr/files/patch-src-generic.tcl b/net/sdr/files/patch-src-generic.tcl
deleted file mode 100644
index 6f1ebef5a5c6..000000000000
--- a/net/sdr/files/patch-src-generic.tcl
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../src/generic.tcl.orig 2008-08-31 12:38:25.000000000 +0800
-+++ ../src/generic.tcl 2008-08-31 12:39:01.000000000 +0800
-@@ -89,8 +89,6 @@
- proc tixAddBalloon {w class msg {initWait 500}} {
- global tixBal
- if {$class == "Button" } {
-- bind $w <Enter> "+tkButtonEnter $w"
-- bind $w <Leave> "+tkButtonLeave $w"
- bind $w <ButtonPress> "+tixBalEnd $w"
- } else {
- if { $class == "Entry" } {