summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2018-10-14 19:31:14 +0100
committerfrosch <github@elsenhans.name>2018-10-31 12:41:49 +0100
commit52ed3bcbaa88717ab50f71150ed9fc0b6af4715a (patch)
tree3d4b4e4a0de01564dae0f9a6e92a79f7e44cbf8a /src/news_type.h
parente0c0394e373d2f3326383e79d7fcb9f4e288ae02 (diff)
downloadopenttd-52ed3bcbaa88717ab50f71150ed9fc0b6af4715a.tar.xz
Remove: A few bits of dead code
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/news_type.h b/src/news_type.h
index fee7ae38e..cad15ecbe 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -17,19 +17,6 @@
#include "strings_type.h"
#include "sound_type.h"
-/** Constants in the message options window. */
-enum MessageOptionsSpace {
- MOS_WIDG_PER_SETTING = 4, ///< Number of widgets needed for each news category, starting at widget #WID_MO_START_OPTION.
-
- MOS_LEFT_EDGE = 6, ///< Number of pixels between left edge of the window and the options buttons column.
- MOS_COLUMN_SPACING = 4, ///< Number of pixels between the buttons and the description columns.
- MOS_RIGHT_EDGE = 6, ///< Number of pixels between right edge of the window and the options descriptions column.
- MOS_BUTTON_SPACE = 10, ///< Additional space in the button with the option value (for better looks).
-
- MOS_ABOVE_GLOBAL_SETTINGS = 6, ///< Number of vertical pixels between the categories and the global options.
- MOS_BOTTOM_EDGE = 6, ///< Number of pixels between bottom edge of the window and bottom of the global options.
-};
-
/**
* Type of news.
*/