From 8d526519234d5996e89c4a1422ce1bfce25bdd61 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 26 Nov 2009 20:40:49 +0000 Subject: [PATCH] APICHANGE: removed deprecated extend calls git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@93632 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 4 ---- 1 file changed, 4 deletions(-) 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); }