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

@ -17,8 +17,6 @@ package com.keylesspalace.tusky.interfaces;
import android.view.View;
import com.keylesspalace.tusky.entity.Attachment;
public interface StatusActionListener extends LinkListener {
void onReply(int position);
void onReblog(final boolean reblog, final int position);