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

Commit e14d6c37 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove unused Factory interface

Based on code search results, this is unused.

Bug: 245989146
Change-Id: I237f06d88bc72b046e6b8509f912adb23003b730
parent 249b3e26
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -278,14 +278,4 @@ public abstract class InputEventReceiver {
        writer.println(prefix + " mSeqMap: " + mSeqMap);
        writer.println(prefix + " mReceiverPtr:\n" + nativeDump(mReceiverPtr, prefix + "  "));
    }

    /**
     * Factory for InputEventReceiver
     */
    public interface Factory {
        /**
         * Create a new InputReceiver for a given inputChannel
         */
        InputEventReceiver createInputEventReceiver(InputChannel inputChannel, Looper looper);
    }
}