mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
remove unused variable
This commit is contained in:
parent
e72beaa265
commit
cb9f095d93
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ public class NetStateCache {
|
||||||
IntentFilter filter = new IntentFilter();
|
IntentFilter filter = new IntentFilter();
|
||||||
filter.addAction( ConnectivityManager.CONNECTIVITY_ACTION );
|
filter.addAction( ConnectivityManager.CONNECTIVITY_ACTION );
|
||||||
|
|
||||||
Intent intent = context.getApplicationContext().
|
context.getApplicationContext()
|
||||||
registerReceiver( s_receiver, filter );
|
.registerReceiver( s_receiver, filter );
|
||||||
|
|
||||||
s_ifs = new HashSet<StateChangedIf>();
|
s_ifs = new HashSet<StateChangedIf>();
|
||||||
s_haveReceiver = true;
|
s_haveReceiver = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue