Skip to content

Commit

Permalink
Removing unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 30, 2014
1 parent 609b5c4 commit 4d73a02
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/Tmdb/Repository/GenreRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,4 @@ public function getApi()
{
return $this->getClient()->getGenresApi();
}

/**
* @return GenreFactory
*/
public function getFactory()
{
return new GenreFactory();
}
}
}

0 comments on commit 4d73a02

Please sign in to comment.