summaryrefslogtreecommitdiff
path: root/src/news_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_func.h')
-rw-r--r--src/news_func.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/news_func.h b/src/news_func.h
index a153e8bb5..8e63aba7f 100644
--- a/src/news_func.h
+++ b/src/news_func.h
@@ -51,17 +51,8 @@ extern bool _news_ticker_sound;
extern NewsTypeData _news_type_data[];
-/**
- * Delete a news item type about a vehicle
- * if the news item type is INVALID_STRING_ID all news about the vehicle get
- * deleted
- */
void DeleteVehicleNews(VehicleID vid, StringID news);
-
-/** Delete news associated with given station */
void DeleteStationNews(StationID sid);
-
-/** Delete news associated with given station */
void DeleteIndustryNews(IndustryID iid);
#endif /* NEWS_FUNC_H */