Remove printf from backend

This commit is contained in:
airstruck
2016-02-08 11:57:51 -05:00
parent 971afaf1e7
commit 51e0321709
2 changed files with 0 additions and 4 deletions

View File

@@ -184,8 +184,6 @@ Backend.print = function (text, x, y)
sdl.renderCopy(renderer, texture, nil, sdl.Rect(x, y, surface.w, surface.h))
end
Backend.printf = Backend.print
Backend.getClipboardText = function ()
return ffi.string(sdl.getClipboardText())
end