Skip to content

Commit

Permalink
Fixed issue #357.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Jul 30, 2016
1 parent 272674f commit 53ccab1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/nschmidt/ldparteditor/data/VM11HideShow.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
import java.util.HashMap;
import java.util.Set;

import org.nschmidt.ldparteditor.logger.NLogger;

class VM11HideShow extends VM10Selector {

private HashMap<String, ArrayList<Boolean>> state = new HashMap<String, ArrayList<Boolean>>();
Expand Down

0 comments on commit 53ccab1

Please sign in to comment.