From 3984473e26bdedfcf01e9924c0dbee03fe44c89b Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 10 Jun 2016 19:33:07 +0100 Subject: [PATCH] Remove unused constructor in test code to eliminate warning --- projects/SelfTest/TestMain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/SelfTest/TestMain.cpp b/projects/SelfTest/TestMain.cpp index dcb3b82b..246dfd57 100644 --- a/projects/SelfTest/TestMain.cpp +++ b/projects/SelfTest/TestMain.cpp @@ -346,9 +346,9 @@ public: ColourString( std::string const& _string ) : string( _string ) {} - ColourString( std::string const& _string, std::vector const& _colours ) - : string( _string ), colours( _colours ) - {} +// ColourString( std::string const& _string, std::vector const& _colours ) +// : string( _string ), colours( _colours ) +// {} ColourString& addColour( Colour::Code colour, int _index ) { colours.push_back( ColourIndex( colour,