src/osd.c: make osd_preview_restore() private in osd.c

This commit is contained in:
tokyo4j 2024-12-30 00:44:12 +09:00 committed by Hiroaki Yamamoto
parent 1e0a7e2562
commit 0ef9906557
3 changed files with 28 additions and 32 deletions

View file

@ -43,9 +43,6 @@ void osd_update(struct server *server);
/* Closes the OSD */
void osd_finish(struct server *server);
/* Moves preview views back into their original stacking order and state */
void osd_preview_restore(struct server *server);
/* Notify OSD about a destroying view */
void osd_on_view_destroy(struct view *view);