(svn r13129) -Codechange: remove the WP macro and it's related variables.

This commit is contained in:
rubidium
2008-05-16 23:29:31 +00:00
parent 7ae25c25b6
commit 55546ae82c
2 changed files with 0 additions and 10 deletions

View File

@@ -102,11 +102,4 @@ struct Window;
struct WindowEvent;
typedef int32 WindowNumber;
/**
* You cannot 100% reliably calculate the biggest custom struct as
* the number of pointers in it and alignment will have a huge impact.
* 32 is the largest window-size for 64-bit machines currently.
*/
#define WINDOW_CUSTOM_SIZE 32
#endif /* WINDOW_TYPE_H */