summaryrefslogtreecommitdiff
path: root/src/Fl_Grid.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-22 01:57:08 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-22 01:57:08 +0200
commit12c88f6506534e5bfb54843a50bd50f2629fc1e1 (patch)
treef0b755d1c1e007cfe5cef0cd25461e4f2b98ed3d /src/Fl_Grid.cxx
parent5832f108feb8194da0d3f41d2e65894b50f52196 (diff)
FLUID: removes duplicate code
Diffstat (limited to 'src/Fl_Grid.cxx')
-rw-r--r--src/Fl_Grid.cxx7
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.