zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
34.48k stars 1.71k forks source link

Remove unused callbacks #11410

Closed JunkuiZhang closed 1 week ago

JunkuiZhang commented 1 week ago

This PR follows up #11314 (which removes some deprecated callbacks) removes the corresponding implements.

Release Notes:

mikayla-maki commented 1 week ago

As a general app framework, we should probably keep these around. But as we removed them earlier, on my own incorrect recommendation, and they're easy to pull out of the git history, let's keep things consistent :)

Thanks for this PR!