Skip to content

Commit

Permalink
remove listener
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Dec 6, 2023
1 parent e3b8885 commit 1f8f488
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,4 @@ public enum BlendingEmu {
public enum FilterEmu {
NearestNeighbour, BiLinear
}

public interface DownloadPixmapResponseListener {
void downloadComplete (PixmapEmu pixmap);
void downloadFailed (Throwable t);
}
}

0 comments on commit 1f8f488

Please sign in to comment.