home · contact · privacy
Test for minimal window size no longer necessary since windows cannot shrink so far.
[plomrogue] / windows.h
index 262c17602a6cd47bd3b4905406ec90803cdcf5ab..01919310961938cde80e937d63c030796f7c5fb5 100644 (file)
--- a/windows.h
+++ b/windows.h
@@ -35,7 +35,6 @@ void suspend_window (struct WinMeta *, struct Win *);
 struct yx place_window (struct WinMeta *, struct Win *);
 void update_windows (struct WinMeta *, struct Win *);
 void destroy_window (struct Win *);
-void draw_window(struct Win *);
 void draw_windows (struct Win *);
 void draw_windows_borders (struct Win *, struct Win *, struct Corners *, int);
 void draw_window_borders (struct Win *, char);