summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/news_type.h b/src/news_type.h
index 1f98d40c7..02899b605 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -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 @@ struct NewsItem {
uint64 params[10];
};
-typedef bool ValidationProc(uint data_a, uint data_b);
-typedef void DrawNewsCallbackProc(Window *w, const NewsItem *ni);
-
#endif /* NEWS_TYPE_H */