summaryrefslogtreecommitdiff
path: root/src/signs_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs_base.h')
-rw-r--r--src/signs_base.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/signs_base.h b/src/signs_base.h
index 548e9b837..2c4ec83f1 100644
--- a/src/signs_base.h
+++ b/src/signs_base.h
@@ -28,12 +28,7 @@ struct Sign : SignPool::PoolItem<&_sign_pool> {
byte z;
OwnerByte owner; // placed by this company. Anyone can delete them though. OWNER_NONE for gray signs from old games.
- /**
- * Creates a new sign
- */
Sign(Owner owner = INVALID_OWNER);
-
- /** Destroy the sign */
~Sign();
void UpdateVirtCoord();