cleanup code

This commit is contained in:
Conny Duck 2018-06-25 14:44:29 +02:00
commit 50b0d1fb8d
15 changed files with 13 additions and 90 deletions

View file

@ -37,7 +37,6 @@ import okhttp3.MultipartBody;
import okhttp3.RequestBody;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.DELETE;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
@ -185,7 +184,6 @@ public interface MastodonApi {
* @param limit Limit returned statuses (current API limits: default - 20, max - 40)
* @param excludeReplies only return statuses that are no replies
* @param onlyMedia only return statuses that have media attached
* @return
*/
@GET("api/v1/accounts/{id}/statuses")
Call<List<Status>> accountStatuses(