From 12c88f6506534e5bfb54843a50bd50f2629fc1e1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 22 Oct 2023 01:57:08 +0200 Subject: FLUID: removes duplicate code --- src/Fl_Grid.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') 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. -- cgit v1.2.3