Skip to content

Commit 09c9583

Browse files
committed
Remove unused
1 parent fb1c98e commit 09c9583

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

CursorLoaderDemo/src/com/example/cursorloaderdemo/MainActivity.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,14 @@
1616

1717
public class MainActivity extends ListActivity implements LoaderCallbacks<Cursor>{
1818

19+
private static final String TAG = "CursorLoaderDemo.MainActivity";
20+
1921
SimpleCursorAdapter mAdapter;
2022

2123
String mSearchType;
2224

2325
Integer year, month, day;
2426

25-
/**
26-
* The serialization (saved instance state) Bundle key representing the
27-
* current dropdown position.
28-
*/
29-
private static final String STATE_SELECTED_NAVIGATION_ITEM = "selected_navigation_item";
30-
31-
private static final String TAG = "CursorLoaderDemo.MainActivity";
32-
3327
@Override
3428
protected void onCreate(Bundle savedInstanceState) {
3529
super.onCreate(savedInstanceState);

0 commit comments

Comments
 (0)