Skip to content
Snippets Groups Projects
Commit ea6f77e3 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'naming.ALFA_Geometry-20170917' into 'master'

ALFA_Geometry: Remove unused static class member.

See merge request !4750

Former-commit-id: 2469a43f
parents 4d751e74 bb52b86d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ class ALFA_ConfigParams
virtual ~ALFA_ConfigParams();
private:
static const char ms_szinvalid[];
bool m_bIsValid;
std::string m_strSection;
MAPSTR2STR m_mapParams;
......
......@@ -15,8 +15,6 @@
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
const char ALFA_ConfigParams::ms_szinvalid[]="invalid";
ALFA_ConfigParams::ALFA_ConfigParams()
{
m_bIsValid=false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment