mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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();
|
||||
filter.addAction( ConnectivityManager.CONNECTIVITY_ACTION );
|
||||
|
||||
Intent intent = context.getApplicationContext().
|
||||
registerReceiver( s_receiver, filter );
|
||||
context.getApplicationContext()
|
||||
.registerReceiver( s_receiver, filter );
|
||||
|
||||
s_ifs = new HashSet<StateChangedIf>();
|
||||
s_haveReceiver = true;
|
||||
|
|
Loading…
Reference in a new issue