This file wasn't meant to be in the previous commit

This commit is contained in:
Kenny Shields 2014-10-30 19:56:52 -04:00
parent 06fc817c85
commit c3bd9936b5

View File

@ -1,9 +0,0 @@
elseif (love.keyboard.isDown("lctrl") or love.keyboard.isDown("rctrl")) and lines[line] ~= "" then
if multiline then
self:ClearLine(self.line)
self.indicatornum = 0
indicatornum = self.indicatornum
else
self:Clear()
indicatornum = self.indicatornum
end