From 188a4f9e11eedd18778f718d1a5b3ec5bb174203 Mon Sep 17 00:00:00 2001 From: Hans-Helge Buerger Date: Thu, 10 Dec 2015 11:50:58 +0100 Subject: [PATCH] Remove includes --- includes/controller/class-dipo-podcast-post-type.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/controller/class-dipo-podcast-post-type.php b/includes/controller/class-dipo-podcast-post-type.php index 21c382d..afb6f73 100644 --- a/includes/controller/class-dipo-podcast-post-type.php +++ b/includes/controller/class-dipo-podcast-post-type.php @@ -37,7 +37,6 @@ public function __construct() { $this->textdomain = $this->properties->get( 'textdomain' ); $this->register_podcast_hooks(); - $this->include_dependencies(); } // END public function __construct() @@ -703,7 +702,4 @@ public function get_all_shows( $all_shows ) { return $shows; } - private function include_dependencies() { - require_once __DIR__ . '/../libraries/simple-term-meta.php'; - } } // END class Dipo_Podcast_Post_Type