diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 2e40716d..be697ead 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -288,10 +288,6 @@ class LeftAndMain extends Controller { ) ); - // DEPRECATED 2.3: Use init() - $dummy = null; - $this->extend('augmentInit', $dummy); - $dummy = null; $this->extend('init', $dummy); }