about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-03 02:46:25 +0000
committerEric Wong <e@80x24.org>2015-01-03 02:47:57 +0000
commit9827aa7e58310ee2589b443ccc181a25731ae9c8 (patch)
tree3121ccbf875b6d69be053765fbaf45ce57a9cdf0 /lib
parent22d62a37c510737f5c46bd507c1e09cbbe52eb36 (diff)
downloaddtas-9827aa7e58310ee2589b443ccc181a25731ae9c8.tar.gz
This was unnecessary since we already iterate through the overrides
hash and merge "manually" based on command-line arguments
(which allows us to represent nested hashes).
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas/splitfx.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb
index dac2a97..8aa37e7 100644
--- a/lib/dtas/splitfx.rb
+++ b/lib/dtas/splitfx.rb
@@ -101,7 +101,6 @@ class DTAS::SplitFX # :nodoc:
       end
     end
 
-    hash = hash.merge(overrides)
     case v = hash["track_zpad"]
     when Integer then @track_zpad = val
     else