Skip to content

Commit

Permalink
Remove windowPositionUpdateNeededNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jan 25, 2025
1 parent c5891e1 commit fb68904
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ShowyEdge/swift/Notifications.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
import Foundation

let windowPositionUpdateNeededNotification = NSNotification.Name("windowPositionUpdateNeeded")
let openSettingsNotification = NSNotification.Name("openSettings")

func postWindowPositionUpdateNeededNotification() {
NotificationCenter.default.post(
name: windowPositionUpdateNeededNotification,
object: nil,
userInfo: nil)
}

0 comments on commit fb68904

Please sign in to comment.