Remove unused function

This commit is contained in:
Kovid Goyal 2019-11-08 14:29:41 +05:30
parent d1aa59080f
commit 4348ca8cc5
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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;