diff options
| -rw-r--r-- | src/LineMarker.cxx | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index b2a49991d..16be7436a 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -66,7 +66,6 @@ void XPM::Init(const char * const *linesForm) {  		codes[c] = colourDef[0];  		colourDef += 4;  		if (*colourDef == '#') { -			colourDef++;  			colours[c].desired = ColourFromString(colourDef);  		} else {  			colours[c].desired = ColourDesired(0xff, 0xff, 0xff); | 
