Remove Gson, I'm not doing anything with it quite yet.

This commit is contained in:
Bradlee Speice 2014-09-01 15:59:08 -04:00
parent 9c53484891
commit 2d59859ac7

View File

@ -85,9 +85,4 @@ public class BibleViewerModules {
VersificationUtil provideVersificationUtil() { VersificationUtil provideVersificationUtil() {
return new VersificationUtil(); return new VersificationUtil();
} }
@Provides
Gson gson() {
return new Gson();
}
} }