From cdfdbc4da2943823ae14199f9319e3aaf95755cf Mon Sep 17 00:00:00 2001 From: drigato Date: Fri, 6 Dec 2013 16:51:13 -0500 Subject: [PATCH] Removed unused code --- airtime_mvc/application/services/ShowService.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index 76c60b80b..5858907f9 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -778,12 +778,6 @@ SQL; ->save(); } } - - //remove the old repeating deleted instances. - /*CcShowInstancesQuery::create() - ->filterByDbShowId($showId) - ->filterByDbModifiedInstance(true) - ->delete();*/ } return false;