Skip to content

Commit

Permalink
Remove unnecessary property
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored and hsz committed Oct 16, 2024
1 parent 8081b9e commit afd1446
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import javax.swing.JComponent
*/
class IgnoredEditingNotificationProvider(project: Project) : EditorNotificationProvider {

private val notifications = EditorNotifications.getInstance(project)
private val settings = service<IgnoreSettings>()
private val manager = project.service<IgnoreManager>()
private val changeListManager = ChangeListManager.getInstance(project)
Expand Down

0 comments on commit afd1446

Please sign in to comment.