aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/user.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/phpBB/phpbb/user.php b/phpBB/phpbb/user.php
index 40845b75b1..ea98034434 100644
--- a/phpBB/phpbb/user.php
+++ b/phpBB/phpbb/user.php
@@ -925,17 +925,4 @@ class user extends \phpbb\session
return $forum_ids;
}
-
- /**
- * Set class name of datetime class
- *
- * @param string $datetime Class name to set
- * @return null
- */
- public function set_datetime_class($datetime)
- {
- $this->datetime = $datetime;
- }
-
-
}