summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/property.inc.php')
-rw-r--r--inc/property.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index d5a91872..0cb57f81 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -183,15 +183,5 @@ class Property
{
return self::get('password-type', 'password');
}
-
- public static function setNeedsCallback($value)
- {
- return self::set('need-callback', $value, 5);
- }
-
- public static function getNeedsCallback()
- {
- return self::get('need-callback', 0);
- }
}