summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-06-05 16:55:00 +0000
committerrubidium <rubidium@openttd.org>2008-06-05 16:55:00 +0000
commit5176319dd5145138604dd48c44b056693d900b10 (patch)
tree92da1088e8b4dff853a3ec762efea60c8297d9d6 /src/news_type.h
parent261018fc8c0d8a1d366de834d71865bce55bfde3 (diff)
downloadopenttd-5176319dd5145138604dd48c44b056693d900b10.tar.xz
(svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan.
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/news_type.h b/src/news_type.h
index b00115e39..975011899 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -62,7 +62,6 @@ enum NewsMode {
NM_SMALL = 0, ///< Show only a small popup informing us about vehicle age for example
NM_NORMAL = 1, ///< Show a simple news message (height 170 pixels)
NM_THIN = 2, ///< Show a simple news message (height 130 pixels)
- NM_CALLBACK = 3, ///< Do some special processing before displaying news message. Which callback to call is in NewsCallback
};
/**