GRAPHICS: MACGUI: Remove redundant method from MacTextWindow
This commit is contained in:
parent
db38a36369
commit
c5da0bece4
2 changed files with 0 additions and 9 deletions
|
@ -100,13 +100,6 @@ void MacTextWindow::clearText() {
|
|||
updateCursorPos();
|
||||
}
|
||||
|
||||
void MacTextWindow::setSelection(int selStartX, int selStartY, int selEndX, int selEndY) {
|
||||
_selectedText.startX = selStartX;
|
||||
_selectedText.startY = selStartY;
|
||||
_selectedText.endX = selEndX;
|
||||
_selectedText.endY = selEndY;
|
||||
}
|
||||
|
||||
MacTextWindow::~MacTextWindow() {
|
||||
delete _cursorSurface;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue