From cc239f36cc049a803dd2b1f8e59ab60c572a3ae9 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 25 Jan 2021 21:48:47 +0100 Subject: [PATCH] Remove doc warning regarding wxGrid multicells and deletion Since the parent commit multicells work correctly when deleting (and inserting) rows (or columns) intersecting with them and the comment warning about it resulting in a crash is no longer needed. This reverts commit 4d8e8355b4 (Added a warning about multi-cells in wxGrid::DeleteRows() docs., 2011-12-25). See #4238. --- interface/wx/grid.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 3a6129a3f6..02d8767444 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -2511,9 +2511,6 @@ public: /** Delete rows from the table. - Notice that currently deleting a row intersecting a multi-cell (see - SetCellSize()) is not supported and will result in a crash. - @param pos The first row to delete. @param numRows