From 120fcf995d80819323c8b9eac02d5bd2e64177f6 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 7 Feb 2017 18:51:31 +0000 Subject: [PATCH] TBTR: Remove unused const variable. --- src/tbtr_template_vehicle_func.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tbtr_template_vehicle_func.cpp b/src/tbtr_template_vehicle_func.cpp index 3f149e0f96..510965f6ca 100644 --- a/src/tbtr_template_vehicle_func.cpp +++ b/src/tbtr_template_vehicle_func.cpp @@ -44,7 +44,6 @@ #include "safeguards.h" Vehicle *vhead, *vtmp; -static const uint MAX_ARTICULATED_PARTS = 100; #ifdef _DEBUG // debugging printing functions for convenience, usually called from gdb