2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Unused function

This commit is contained in:
Albert Vaca
2016-06-26 17:04:54 +02:00
parent c078e45a98
commit c76a32ff05

View File

@@ -128,8 +128,6 @@ public class NetworkPackage {
}
public boolean has(String key) { return mBody.has(key); }
public boolean isEncrypted() { return mType.equals(PACKAGE_TYPE_ENCRYPTED); }
public String serialize() throws JSONException {
JSONObject jo = new JSONObject();
jo.put("id", mId);