Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete ffi-buffer-make and ffi-window-make #3471

Open
aadcg opened this issue Aug 15, 2024 · 0 comments
Open

Delete ffi-buffer-make and ffi-window-make #3471

aadcg opened this issue Aug 15, 2024 · 0 comments
Labels
4-series Related to releases whose major version is 4.

Comments

@aadcg
Copy link
Member

aadcg commented Aug 15, 2024

ffi-window-make is a trivial method. The renderer package must define a renderer-window, from which window inherits so it's obvious that (make-instance 'window...) is defined and it instantiates with the required renderer logic.

The same argument is valid for ffi-buffer-make. In this case, a closer look needs to be taken since it is called from resurrect-buffer which doesn't make any sense.

@aadcg aadcg added the 4-series Related to releases whose major version is 4. label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4-series Related to releases whose major version is 4.
Development

No branches or pull requests

1 participant