summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index 4d5e45d50..74e1cab57 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -519,8 +519,6 @@ class DropDownListColourItem : public DropDownListItem {
public:
DropDownListColourItem(int result, bool masked) : DropDownListItem(result, masked) {}
- virtual ~DropDownListColourItem() {}
-
StringID String() const
{
return this->result >= COLOUR_END ? STR_COLOUR_DEFAULT : _colour_dropdown[this->result];