Removed obsolete void argument lists.

This commit is contained in:
Jim Evins
2017-03-22 21:22:27 -04:00
parent 4be4ea08f6
commit 3b911e53aa
14 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ namespace glabels
///
/// Line Width Property Getter
///
Distance LabelModelLineObject::lineWidth( void ) const
Distance LabelModelLineObject::lineWidth() const
{
return mLineWidth;
}
@@ -110,7 +110,7 @@ namespace glabels
///
/// Line Color Node Property Getter
///
ColorNode LabelModelLineObject::lineColorNode( void ) const
ColorNode LabelModelLineObject::lineColorNode() const
{
return mLineColorNode;
}