1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-13 14:17:07 +02:00

Removed unused method

This commit is contained in:
Andrey Vlasovskikh
2014-04-22 19:47:48 +04:00
parent c32fa2b53f
commit a4a8faedbb

@@ -424,12 +424,6 @@ public class VimPlugin implements ApplicationComponent, PersistentStateComponent
}
}
private void notify(@NotNull String content, @NotNull NotificationType type) {
final Notification notification = new Notification(VimPlugin.IDEAVIM_NOTIFICATION_ID,
VimPlugin.IDEAVIM_NOTIFICATION_TITLE, content, type);
notification.notify(null);
}
/**
* This sets up some listeners so we can handle various events that occur
*/