diff --git a/applications/admin/models/0.py b/applications/admin/models/0.py
index e91ea5cd..a6cc1940 100644
--- a/applications/admin/models/0.py
+++ b/applications/admin/models/0.py
@@ -8,26 +8,6 @@ WEB2PY_VERSION_URL = WEB2PY_URL + '/examples/default/version'
# the user-interface feature that allows you to edit files in your web
# browser.
-## Default editor (to change editor you need web2py.admin.editors.zip)
-## old editors like 'ace' or 'edit_area' or 'amy' are no longer supported
-TEXT_EDITOR = 'codemirror'
-
-## Editor Color scheme (only for ace)
-TEXT_EDITOR_THEME = (
- "chrome", "clouds", "clouds_midnight", "cobalt", "crimson_editor", "dawn",
- "dreamweaver", "eclipse", "idle_fingers", "kr_theme", "merbivore",
- "merbivore_soft", "monokai", "mono_industrial", "pastel_on_dark",
- "solarized_dark", "solarized_light", "textmate", "tomorrow",
- "tomorrow_night", "tomorrow_night_blue", "tomorrow_night_bright",
- "tomorrow_night_eighties", "twilight", "vibrant_ink")[0]
-
-## Editor Keyboard bindings (only for ace and codemirror)
-TEXT_EDITOR_KEYBINDING = '' # 'emacs' or 'vi'
-
-### edit_area only
-# The default font size, measured in 'points'. The value must be an integer > 0
-FONT_SIZE = 10
-
# Displays the editor in full screen mode. The value must be 'true' or 'false'
FULL_SCREEN = 'false'
diff --git a/applications/admin/views/default.mobile/edit.html b/applications/admin/views/default.mobile/edit.html
index c31bb0f9..58e5eeb0 100644
--- a/applications/admin/views/default.mobile/edit.html
+++ b/applications/admin/views/default.mobile/edit.html
@@ -5,11 +5,8 @@
return XML('