Skip to content

Commit

Permalink
Removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Oct 2, 2016
1 parent 3617e6c commit 1d5baff
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import android.view.View;
import android.widget.GridLayout;

import java.io.Serializable;

/**
* Created by Kizito Nwose on 9/28/2016.
*/
Expand Down Expand Up @@ -161,7 +159,7 @@ private void sizeDialog() {
dialog.getWindow().setLayout(width, height);
}

public interface OnColorSelectedListener extends Serializable {
public interface OnColorSelectedListener {
void onColorSelected(int newColor, String tag);
}

Expand Down

0 comments on commit 1d5baff

Please sign in to comment.