Skip to content

Commit

Permalink
Removed unused field.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccidral committed May 13, 2012
1 parent 510ed05 commit 348a43e
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -25,7 +25,6 @@
import org.tomighty.config.Configuration;
import org.tomighty.config.Options;
import org.tomighty.i18n.Messages;
import org.tomighty.plugin.PluginManager;
import org.tomighty.resources.TrayIcons;
import org.tomighty.time.Time;

Expand All @@ -43,7 +42,6 @@ public class TrayManager implements Runnable {
@Inject private Bus bus;
@Inject private Messages messages;
@Inject private TrayIcons icons;
@Inject private PluginManager pluginManager;
@Inject private TrayMenu trayMenu;
private TrayIcon trayIcon;

Expand Down

0 comments on commit 348a43e

Please sign in to comment.