This commit is contained in:
M66B 2016-09-26 08:32:36 +02:00
parent dcdb29e635
commit f9d1b63987
1 changed files with 0 additions and 2 deletions

View File

@ -1157,7 +1157,6 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
}
private void filterExport(XmlSerializer serializer) throws IOException {
PackageManager pm = getPackageManager();
Cursor cursor = DatabaseHelper.getInstance(this).getAccess();
int colUid = cursor.getColumnIndex("uid");
int colVersion = cursor.getColumnIndex("version");
@ -1182,7 +1181,6 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
}
private void forwardExport(XmlSerializer serializer) throws IOException {
PackageManager pm = getPackageManager();
Cursor cursor = DatabaseHelper.getInstance(this).getForwarding();
int colProtocol = cursor.getColumnIndex("protocol");
int colDPort = cursor.getColumnIndex("dport");