Remove unused constructor in test code to eliminate warning

This commit is contained in:
Phil Nash 2016-06-10 19:33:07 +01:00
parent 36cd85acbe
commit 3984473e26

View File

@ -346,9 +346,9 @@ public:
ColourString( std::string const& _string ) ColourString( std::string const& _string )
: string( _string ) : string( _string )
{} {}
ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours ) // ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours )
: string( _string ), colours( _colours ) // : string( _string ), colours( _colours )
{} // {}
ColourString& addColour( Colour::Code colour, int _index ) { ColourString& addColour( Colour::Code colour, int _index ) {
colours.push_back( ColourIndex( colour, colours.push_back( ColourIndex( colour,