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 java.util.ArrayList;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
|
||||
public class ChangeHabitColorCommand extends Command
|
||||
|
||||
@@ -111,8 +111,6 @@ public class CSVExporter
|
||||
|
||||
private void writeFiles(Habit habit) throws IOException
|
||||
{
|
||||
boolean success;
|
||||
|
||||
String path = String.format("%s/", habit.name);
|
||||
new File(basePath + path).mkdirs();
|
||||
generateDirs.add(path);
|
||||
|
||||
Reference in New Issue
Block a user