mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
macos: remove unused gotolasttab
This commit is contained in:
@ -379,14 +379,6 @@ extension Ghostty {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
static func gotoLastTab(_ userdata: UnsafeMutableRawPointer?) {
|
|
||||||
let surface = self.surfaceUserdata(from: userdata)
|
|
||||||
NotificationCenter.default.post(
|
|
||||||
name: Notification.ghosttyGotoTab,
|
|
||||||
object: surface
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
static func readClipboard(_ userdata: UnsafeMutableRawPointer?, location: ghostty_clipboard_e, state: UnsafeMutableRawPointer?) {
|
static func readClipboard(_ userdata: UnsafeMutableRawPointer?, location: ghostty_clipboard_e, state: UnsafeMutableRawPointer?) {
|
||||||
// If we don't even have a surface, something went terrible wrong so we have
|
// If we don't even have a surface, something went terrible wrong so we have
|
||||||
// to leak "state".
|
// to leak "state".
|
||||||
|
Reference in New Issue
Block a user