diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-22 01:57:08 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-22 01:57:08 +0200 |
| commit | 12c88f6506534e5bfb54843a50bd50f2629fc1e1 (patch) | |
| tree | f0b755d1c1e007cfe5cef0cd25461e4f2b98ed3d /src | |
| parent | 5832f108feb8194da0d3f41d2e65894b50f52196 (diff) | |
FLUID: removes duplicate code
Diffstat (limited to 'src')
| -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. |
