Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Remove code that was accidentally reintroduced #179

Merged
merged 1 commit into from
Dec 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@ Notifications =

@isInitialized = true

togglePanel: ->
if @notificationsPanel?
if Notifications.notificationsPanel.isVisible()
Notifications.notificationsPanel.hide()
else
Notifications.notificationsPanel.show()
else
NotificationsPanelView = require './notifications-panel-view'
Notifications.notificationsPanelView = new NotificationsPanelView
Notifications.notificationsPanel = atom.workspace.addBottomPanel(item: Notifications.notificationsPanelView.getElement())

createLog: (state) ->
@notificationsLog = new NotificationsLog @duplicateTimeDelay, state?.typesHidden
@addNotificationsLogSubscriptions() if @subscriptions?
Expand Down