diff options
| -rw-r--r-- | src/Fl_Grid.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Fl_Grid.cxx b/src/Fl_Grid.cxx index 56a8b71d9..9de77c7b9 100644 --- a/src/Fl_Grid.cxx +++ b/src/Fl_Grid.cxx @@ -1045,13 +1045,6 @@ void Fl_Grid::row_height(int row, int value) { need_layout(1); } -int Fl_Grid::row_height(int row) const { - if (row >= 0 && row < rows_) - return Rows_[row].minh_; - return 0; -} - - /** Set the minimal row height of more than one row. |
