Fixed some compiler warnings and some small refactoring

This commit is contained in:
Matthias Koefferlein
2017-04-01 23:18:04 +02:00
parent 50df9e5b21
commit dd4b873d64
52 changed files with 653 additions and 546 deletions
-1
View File
@@ -137,7 +137,6 @@ LineStylePalette::from_string (const std::string &s)
while (true) {
unsigned int s = 0;
unsigned int st = 0;
if (! x.try_read (s)) {
break;