From 4d73a0249c9ddd109300ecca6bcaa55db564c3e6 Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Thu, 30 Jan 2014 23:42:00 +0100 Subject: [PATCH] Removing unused method --- lib/Tmdb/Repository/GenreRepository.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/Tmdb/Repository/GenreRepository.php b/lib/Tmdb/Repository/GenreRepository.php index 8fdc402f..133b23ea 100644 --- a/lib/Tmdb/Repository/GenreRepository.php +++ b/lib/Tmdb/Repository/GenreRepository.php @@ -71,12 +71,4 @@ public function getApi() { return $this->getClient()->getGenresApi(); } - - /** - * @return GenreFactory - */ - public function getFactory() - { - return new GenreFactory(); - } -} \ No newline at end of file +}