Skip to content

Commit

Permalink
Removing empty ShadowEditTextPreference
Browse files Browse the repository at this point in the history
  • Loading branch information
blurpy committed Mar 24, 2014
1 parent df5fa5b commit b4d774a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/robolectric/Robolectric.java
Expand Up @@ -223,7 +223,6 @@
import org.robolectric.shadows.ShadowDownloadManager;
import org.robolectric.shadows.ShadowDrawable;
import org.robolectric.shadows.ShadowDrawerLayout;
import org.robolectric.shadows.ShadowEditTextPreference;
import org.robolectric.shadows.ShadowExpandableListView;
import org.robolectric.shadows.ShadowFilter;
import org.robolectric.shadows.ShadowFrameLayout;
Expand Down Expand Up @@ -619,10 +618,6 @@ public static ShadowDialogPreference shadowOf(DialogPreference instance) {
return (ShadowDialogPreference) shadowOf_(instance);
}

public static ShadowEditTextPreference shadowOf(EditTextPreference instance) {
return (ShadowEditTextPreference) shadowOf_(instance);
}

public static ShadowDrawable shadowOf(Drawable instance) {
return (ShadowDrawable) shadowOf_(instance);
}
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/robolectric/RobolectricBase.java
Expand Up @@ -79,7 +79,6 @@
import org.robolectric.shadows.ShadowDownloadManager;
import org.robolectric.shadows.ShadowDrawable;
import org.robolectric.shadows.ShadowEdgeEffect;
import org.robolectric.shadows.ShadowEditTextPreference;
import org.robolectric.shadows.ShadowEmojiFactory;
import org.robolectric.shadows.ShadowEnvironment;
import org.robolectric.shadows.ShadowExifInterface;
Expand Down Expand Up @@ -310,7 +309,6 @@ public class RobolectricBase {
ShadowDownloadManager.ShadowRequest.class,
ShadowDownloadManager.ShadowQuery.class,
ShadowEdgeEffect.class,
ShadowEditTextPreference.class,
ShadowEmojiFactory.class,
ShadowEnvironment.class,
ShadowExifInterface.class,
Expand Down

This file was deleted.

0 comments on commit b4d774a

Please sign in to comment.