src/news_type.h
changeset 9236 0c4f622cbcec
parent 9234 bfc9d27d3d0d
child 9257 8933adfe564f
--- a/src/news_type.h	Thu May 15 13:47:22 2008 +0000
+++ b/src/news_type.h	Thu May 15 13:47:55 2008 +0000
@@ -5,7 +5,6 @@
 #ifndef NEWS_TYPE_H
 #define NEWS_TYPE_H
 
-#include "window_type.h"
 #include "date_type.h"
 #include "strings_type.h"
 #include "sound_type.h"
@@ -134,7 +133,4 @@
 	uint64 params[10];
 };
 
-typedef bool ValidationProc(uint data_a, uint data_b);
-typedef void DrawNewsCallbackProc(Window *w, const NewsItem *ni);
-
 #endif /* NEWS_TYPE_H */