🔥 Remove unnecessary imports
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Options.java
index cd2d6c4..398374a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Options.java - Copyright Â© 2010–2016 David Roden
+ * Sone - Options.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,8 +23,6 @@ import java.util.Map;
 
 import net.pterodactylus.sone.utils.Option;
 
-import com.google.common.base.Predicate;
-
 /**
  * Stores various options that influence Sone’s behaviour.
  */