mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Android: Remove rxjava lib
No need to keep rxjava lib around for one simple use case
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
package org.dolphinemu.dolphinemu.utils;
|
||||
|
||||
public interface Action1<T>
|
||||
{
|
||||
void call(T t);
|
||||
}
|
@ -6,8 +6,6 @@ import android.content.Intent;
|
||||
|
||||
import org.dolphinemu.dolphinemu.utils.DirectoryInitialization.DirectoryInitializationState;
|
||||
|
||||
import rx.functions.Action1;
|
||||
|
||||
public class DirectoryStateReceiver extends BroadcastReceiver
|
||||
{
|
||||
Action1<DirectoryInitializationState> callback;
|
||||
|
Reference in New Issue
Block a user