Remove the rest of the Tweak look hack.

diff --git a/controls/edit.c b/controls/edit.c
index 36a19ae..b206821 100644
--- a/controls/edit.c
+++ b/controls/edit.c
@@ -4374,13 +4374,8 @@
 		es->style |= ES_AUTOVSCROLL;
 	} else {
 		es->buffer_limit = BUFLIMIT_SINGLE;
-                if ( WIN95_LOOK == TWEAK_WineLook) {
-		        es->style &= ~ES_CENTER;
-		        es->style &= ~ES_RIGHT;
-                } else {
-			if (es->style & ES_RIGHT)
-				es->style &= ~ES_CENTER;
-                }
+		es->style &= ~ES_CENTER;
+		es->style &= ~ES_RIGHT;
 		es->style &= ~WS_HSCROLL;
 		es->style &= ~WS_VSCROLL;
 		es->style &= ~ES_AUTOVSCROLL;