window.h
changeset 2816 2b74221ae24c
parent 2788 db2896482939
child 2817 58dcead3f545
--- a/window.h	Thu Jan 05 11:18:58 2006 +0000
+++ b/window.h	Thu Jan 05 12:00:38 2006 +0000
@@ -580,22 +580,6 @@
 Window *AllocateWindowDesc(const WindowDesc *desc);
 Window *AllocateWindowDescFront(const WindowDesc *desc, int value);
 
-Window *AllocateWindowAutoPlace(
-	int width,
-	int height,
-	WindowProc *proc,
-	WindowClass cls,
-	const Widget *widget);
-
-Window *AllocateWindowAutoPlace2(
-	WindowClass exist_class,
-	WindowNumber exist_num,
-	int width,
-	int height,
-	WindowProc *proc,
-	WindowClass cls,
-	const Widget *widget);
-
 void DrawWindowViewport(Window *w);
 
 void InitWindowSystem(void);