Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[nikiroo-utils.git] / src / jexer / ttree / TDirectoryTreeItem.java
index 8c54b386753e60b1a6f8c70d35170126fd7c6cbc..9bdec01dffd3cf51aeb5a233768b03e2f2b4e8e4 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2017 Kevin Lamonte
+ * Copyright (C) 2019 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -35,7 +35,6 @@ import java.util.List;
 import java.util.LinkedList;
 
 import jexer.TWidget;
-import jexer.ttree.TTreeViewWidget;
 
 /**
  * TDirectoryTreeItem is a single item in a disk directory tree view.