summaryrefslogtreecommitdiff
path: root/share/scripts/mixer_screenshot.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-10 23:31:20 +0100
committerRobin Gareus <robin@gareus.org>2020-03-10 23:31:20 +0100
commit925be49b2d7b98734216676d14be023f57e7e6d2 (patch)
treed9ffd34effcdcccdeeeaebdcf6b88f1cd5826b90 /share/scripts/mixer_screenshot.lua
parentf921b4790f9e458d970db8aaefacf958c74af275 (diff)
Remove redundant collectgarbage() calls from scripts
Since 8112d6472eca garbage is automatically collected after running a Lua GUI script.
Diffstat (limited to 'share/scripts/mixer_screenshot.lua')
-rw-r--r--share/scripts/mixer_screenshot.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/scripts/mixer_screenshot.lua b/share/scripts/mixer_screenshot.lua
index f8e8ded2db..06f7b2907c 100644
--- a/share/scripts/mixer_screenshot.lua
+++ b/share/scripts/mixer_screenshot.lua
@@ -20,7 +20,6 @@ function factory () return function ()
end
ArdourUI.mixer_screenshot (rv['file'])
end
- collectgarbage ()
end end
function icon (params) return function (ctx, width, height, fg)