Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baf911d7 authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

Remove deprecated VpnType.getDescription().

parent 926c4b25
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -49,10 +49,6 @@ public enum VpnType {
        return mDescriptionId;
        return mDescriptionId;
    }
    }


    public String getDescription() {
        return "";
    }

    public Class<? extends VpnProfile> getProfileClass() {
    public Class<? extends VpnProfile> getProfileClass() {
        return mClass;
        return mClass;
    }
    }