From e000bde0be24fc0e24fd94aa18942a4d70727d1c Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Mon, 5 Nov 2012 10:50:15 -0500 Subject: [PATCH] remove old comment in inputevent init --- frontend/ui/inputevent.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/ui/inputevent.lua b/frontend/ui/inputevent.lua index 8b836a506..41afe6b9a 100644 --- a/frontend/ui/inputevent.lua +++ b/frontend/ui/inputevent.lua @@ -239,7 +239,6 @@ Input = { function Input:init() if util.isEmulated()==1 then - -- dummy call that will initialize SDL input handling os.remove("emu_event") os.execute("mkfifo emu_event") input.open("emu_event")