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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/news_type.h b/src/news_type.h
index ad1d9ca94..4a34557f2 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -82,15 +82,6 @@ DECLARE_ENUM_AS_BIT_SET(NewsFlag);
/**
- * Special news items
- */
-enum NewsCallback {
- DNC_VEHICLEAVAIL = 0, ///< Show new vehicle available message. StringID is EngineID
- DNC_BANKRUPCY = 1, ///< Show bankrupcy message. StringID is PlayerID (0-3) and NewsBankrupcy (4-7)
- DNC_NONE = 0xFF, ///< No news callback.
-};
-
-/**
* News display options
*/
enum NewsDisplay {