1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

code cleanup

This commit is contained in:
Nikolay Pultsin 2010-10-14 13:08:55 +01:00
parent 017cdb852c
commit 9c6ebbf038

View file

@ -122,12 +122,6 @@ public class LibraryTabActivity extends TabActivity implements MenuItem.OnMenuIt
super.onStop();
}
@Override
public void onDestroy() {
myLibrary.clear();
super.onDestroy();
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
super.onCreateOptionsMenu(menu);