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

Commit c17a7a57 authored by Nick Pelly's avatar Nick Pelly
Browse files

NfcAdapter: Remove dead AIDL methods.

Change-Id: Ia848c86dffcbe9f661d63fab6b32af41bbd8ee81
parent 31bc2f92
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,6 +62,4 @@ interface INfcAdapter
    int createLlcpSocket(int sap, int miu, int rw, int linearBufferLength);
    boolean disable();
    boolean enable();
    String getProperties(String param);
    int setProperties(String param, String value);
}