(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
This commit is contained in:
16
window.h
16
window.h
@@ -580,22 +580,6 @@ Window *AllocateWindow(
|
||||
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);
|
||||
|
Reference in New Issue
Block a user