@@ -238,12 +238,6 @@ namespace BansheeEngine
// TODO - How are backspace, caps and enter handled?
mText += ev.getInputString();
- if(mText != "")
- {
-
- int a = 5;
- }
markAsDirty();
return true;
@@ -67,10 +67,6 @@ namespace CamelotFramework
if(arg.text != 0)
{
mInputString += arg.text;
- if(mInputString != "")
}
onKeyDown((KeyCode)(int)arg.key);