diff --git a/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java b/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java index 0e4d4118a..14be68215 100644 --- a/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java +++ b/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java @@ -44,8 +44,6 @@ import java.util.List; import java.util.Map; import static com.omertron.themoviedbapi.tools.ApiUrl.*; -import org.apache.http.HttpResponse; -import org.apache.http.client.methods.HttpDelete; /** * The MovieDb API
This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3