mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Remove unused function
This commit is contained in:
parent
d1aa59080f
commit
4348ca8cc5
1 changed files with 0 additions and 3 deletions
|
|
@ -149,9 +149,6 @@ remove_window(id_type os_window_id, id_type tab_id, id_type id) {
|
|||
END_WITH_TAB;
|
||||
}
|
||||
|
||||
static inline void
|
||||
no_op_on_window(Window *w UNUSED) {}
|
||||
|
||||
typedef struct {
|
||||
unsigned int num_windows, capacity;
|
||||
Window *windows;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue