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
@@ -45,7 +45,7 @@ namespace glabels
///
/// Get w
///
Distance Size::w( void ) const
Distance Size::w() const
{
return mW;
}
@@ -63,7 +63,7 @@ namespace glabels
///
/// Get h
///
Distance Size::h( void ) const
Distance Size::h() const
{
return mH;
}