summaryrefslogtreecommitdiff
path: root/core/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'core/libraries')
-rw-r--r--core/libraries/Theme.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php
index 40a872f2..a4719d50 100644
--- a/core/libraries/Theme.php
+++ b/core/libraries/Theme.php
@@ -53,10 +53,6 @@ class Theme_Core {
return $module->loaded ? $module : null;
}
- public function in_place_edit() {
- return new View("in_place_edit.html");
- }
-
/**
* Handle all theme functions that insert module content.
*/