From bb6432a6158b97cd5b92ab316d9d8b52bca2044d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 24 Feb 2015 16:30:07 +0100 Subject: Various fixes --- inc/property.inc.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'inc/property.inc.php') 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); - } } -- cgit v1.2.3-55-g7522