Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
simonroesch committed Nov 30, 2021
1 parent fc3baa5 commit f1059a1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class ConfigResponseModel {
private Map<String, String> testInformationUrls;
private boolean checkInUpdateNotificationEnabled;

private VaccinationBookingCantonCollection vaccinationBookingCantons;
private VaccinationBookingInfoCollection vaccinationBookingInfo;
private boolean showVaccinationInfo;

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;

import ch.admin.bag.dp3t.networking.models.VaccinationBookingCantonModel;
import ch.admin.bag.dp3t.networking.models.VaccinationBookingInfoModel;
import ch.admin.bag.dp3t.checkin.models.CheckInState;
import ch.admin.bag.dp3t.networking.models.*;

Expand Down Expand Up @@ -68,7 +66,6 @@ public class SecureStorage {
private static final String KEY_T_DUMMY = "KEY_T_DUMMY";
private static final String KEY_WHAT_TO_DO_POSITIVE_TEST_TEXTS = "whatToDoPositiveTestTexts";
private static final String KEY_VACCINATION_BOOKING_INFO = "vaccinationBookingInfo";
private static final String KEY_VACCINATION_CANTONS = "vaccinationCantons";
private static final String KEY_SHOW_VACCINATION_INFO = "showVaccinationInfo";
private static final String KEY_TEST_LOCATIONS = "test_locations";
private static final String KEY_INTEROP_COUNTRIES = "interop_countries";
Expand Down

0 comments on commit f1059a1

Please sign in to comment.