mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Remove unused imports and variables
This commit is contained in:
@@ -23,7 +23,6 @@ import org.isoron.uhabits.R;
|
|||||||
import org.isoron.uhabits.models.Habit;
|
import org.isoron.uhabits.models.Habit;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.LinkedList;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class ChangeHabitColorCommand extends Command
|
public class ChangeHabitColorCommand extends Command
|
||||||
|
|||||||
@@ -111,8 +111,6 @@ public class CSVExporter
|
|||||||
|
|
||||||
private void writeFiles(Habit habit) throws IOException
|
private void writeFiles(Habit habit) throws IOException
|
||||||
{
|
{
|
||||||
boolean success;
|
|
||||||
|
|
||||||
String path = String.format("%s/", habit.name);
|
String path = String.format("%s/", habit.name);
|
||||||
new File(basePath + path).mkdirs();
|
new File(basePath + path).mkdirs();
|
||||||
generateDirs.add(path);
|
generateDirs.add(path);
|
||||||
|
|||||||
Reference in New Issue
Block a user