From 204eacfbc596a77b104ab5eeb61f29371f10eda9 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Wed, 15 Feb 2017 22:53:23 +0100 Subject: Hide/Move constants --- src/dls.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dls.cpp') diff --git a/src/dls.cpp b/src/dls.cpp index 08297cb..1c680c0 100644 --- a/src/dls.cpp +++ b/src/dls.cpp @@ -34,7 +34,6 @@ const size_t DLSManager::MAXDLS = 128; // chars const size_t DLSManager::DLS_SEG_LEN_PREFIX = 2; const size_t DLSManager::DLS_SEG_LEN_CHAR_MAX = 16; -const int DLSManager::DLS_REPETITION_WHILE_SLS = 50; const std::string DLSManager::DL_PARAMS_OPEN = "##### parameters { #####"; const std::string DLSManager::DL_PARAMS_CLOSE = "##### parameters } #####"; -- cgit v1.2.3