diff options
author | 2016-11-08 10:58:59 +0100 | |
---|---|---|
committer | 2016-11-08 10:58:59 +0100 | |
commit | 694657af7c3588fe4ab8834cdf8eff344448f273 (patch) | |
tree | 68edd58a6492d97ad94b9e823466281b1cd7d6a9 /plugins/timer | |
parent | e9e255c3839e97d4754cfbfe982ef1c56d96da5c (diff) |
stupid copy/paste (nw)
Diffstat (limited to 'plugins/timer')
-rw-r--r-- | plugins/timer/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/timer/init.lua b/plugins/timer/init.lua index 4e874ba7125..3f833b56eaa 100644 --- a/plugins/timer/init.lua +++ b/plugins/timer/init.lua @@ -57,7 +57,6 @@ function timer.startplugin() end local stmt, row - -- Get the articles that are contained in the invoice table itself. stmt = db:prepare("SELECT total_time, play_count FROM timer WHERE driver = ? AND software = ?") stmt:bind_values(emu.romname(), emu.softname()) if (stmt:step() == sqlite3.ROW) then |