aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-31 00:57:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-31 00:57:59 +0000
commitc5d005c2038299a7cfcfc27175830705c5fc4cd6 (patch)
treeaf62b0deaa98efed98d87ddf4ea873e0f189a8e0 /packages
parent72ebae5a0975167a602531174f38136aa9b1350f (diff)
removed chunk that belongs to pd_controls-anchor-fix-0.40-pre.patch
svn path=/trunk/; revision=8305
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/make_sizes_pixel_accurate_on_every_platform-0.40.3.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/patches/make_sizes_pixel_accurate_on_every_platform-0.40.3.patch b/packages/patches/make_sizes_pixel_accurate_on_every_platform-0.40.3.patch
index 483654f1..5aadf5ce 100644
--- a/packages/patches/make_sizes_pixel_accurate_on_every_platform-0.40.3.patch
+++ b/packages/patches/make_sizes_pixel_accurate_on_every_platform-0.40.3.patch
@@ -935,24 +935,6 @@ diff -u -w -r1.25 u_main.tk
set ctrls_audio_on 0
set ctrls_meter_on 0
set ctrls_inlevel 0
-@@ -140,15 +167,14 @@
- frame .controls.switches
- checkbutton .controls.switches.audiobutton -text {compute audio} \
- -variable ctrls_audio_on \
-- -anchor w \
- -command {pd [concat pd dsp $ctrls_audio_on \;]}
-
- checkbutton .controls.switches.meterbutton -text {peak meters} \
- -variable ctrls_meter_on \
-- -anchor w \
- -command {pd [concat pd meters $ctrls_meter_on \;]}
-
--pack .controls.switches.audiobutton .controls.switches.meterbutton -side top
-+pack .controls.switches.audiobutton .controls.switches.meterbutton \
-+ -side top -anchor w
-
- frame .controls.inout
- frame .controls.inout.in
@@ -175,7 +201,7 @@