|
@@ -818,7 +818,7 @@ void DisplayDriver::UpdateSettings(unsigned long highlight,
|
|
|
bool eVertex, unsigned long cVertex,
|
|
|
bool eArea, unsigned long cArea,
|
|
|
bool eDirection, unsigned long cDirection,
|
|
|
- int lineWidth, bool breakLines)
|
|
|
+ int lineWidth)
|
|
|
{
|
|
|
settings.highlight.Set(highlight);
|
|
|
|
|
@@ -865,8 +865,6 @@ void DisplayDriver::UpdateSettings(unsigned long highlight,
|
|
|
settings.direction.color.Set(cDirection);
|
|
|
|
|
|
settings.lineWidth = lineWidth;
|
|
|
-
|
|
|
- settings.breakLines = breakLines;
|
|
|
|
|
|
return;
|
|
|
}
|