Remove wxGridSelection::ToggleCellSelection()
Remove the function because it's not usefull anymore and used only in one place.
This commit is contained in:
committed by
Vadim Zeitlin
parent
cdf3187fe5
commit
d4919d3334
@@ -52,14 +52,6 @@ public:
|
||||
kbd, sendEvent);
|
||||
}
|
||||
|
||||
void ToggleCellSelection(int row, int col,
|
||||
const wxKeyboardState& kbd = wxKeyboardState());
|
||||
void ToggleCellSelection(const wxGridCellCoords& coords,
|
||||
const wxKeyboardState& kbd = wxKeyboardState())
|
||||
{
|
||||
ToggleCellSelection(coords.GetRow(), coords.GetCol(), kbd);
|
||||
}
|
||||
|
||||
void DeselectBlock(const wxGridBlockCoords& block,
|
||||
const wxKeyboardState& kbd = wxKeyboardState(),
|
||||
bool sendEvent = true );
|
||||
|
Reference in New Issue
Block a user