diff options
Diffstat (limited to 'plugins/timer/init.lua')
-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 |