aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/install.php')
-rw-r--r--engine/lib/install.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/engine/lib/install.php b/engine/lib/install.php
index cfb8ac7ec..57ddf03f5 100644
--- a/engine/lib/install.php
+++ b/engine/lib/install.php
@@ -8,14 +8,4 @@
* @subpackage Installation
*/
-// these were internal functions that perhaps can be removed rather than deprecated
-function is_db_installed() {
- elgg_deprecated_notice('is_db_installed() has been deprecated', 1.8);
- return true;
-}
-
-function is_installed() {
- elgg_deprecated_notice('is_installed() has been deprecated', 1.8);
- return true;
-}