diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-13 17:25:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-13 17:25:34 (GMT) |
commit | f3ebd438c75da4534ee77514381976d800db7bef (patch) | |
tree | a6859e31da46ef5aaa8b0cf2dfc81a8a32077351 /Source/FLTKDialog/FLTKPropertyItemRow.cxx | |
parent | a244cb242cb6c2881146ba2be7d45d5294c95d51 (diff) | |
download | CMake-f3ebd438c75da4534ee77514381976d800db7bef.zip CMake-f3ebd438c75da4534ee77514381976d800db7bef.tar.gz CMake-f3ebd438c75da4534ee77514381976d800db7bef.tar.bz2 |
WAR: fix compile warnings
Diffstat (limited to 'Source/FLTKDialog/FLTKPropertyItemRow.cxx')
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyItemRow.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.cxx b/Source/FLTKDialog/FLTKPropertyItemRow.cxx index 47c9d26..598ab20 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.cxx +++ b/Source/FLTKDialog/FLTKPropertyItemRow.cxx @@ -41,7 +41,6 @@ PropertyItemRow const unsigned int secondColumn = nameWidth; const unsigned int rowHeight = 20; - const unsigned int rowSpacing = 20; size( nameWidth + textWidth , rowHeight ); |