libghostty: remove the pwd function

This commit is contained in:
Mitchell Hashimoto
2024-11-13 12:55:43 -08:00
parent e724c46c64
commit e0a733584e
2 changed files with 0 additions and 20 deletions

View File

@@ -712,7 +712,6 @@ void ghostty_surface_complete_clipboard_request(ghostty_surface_t,
const char*,
void*,
bool);
uintptr_t ghostty_surface_pwd(ghostty_surface_t, char*, uintptr_t);
bool ghostty_surface_has_selection(ghostty_surface_t);
uintptr_t ghostty_surface_selection(ghostty_surface_t, char*, uintptr_t);