Osx #272

Closed
wan721 wants to merge 16 commits from osx into master
2 changed files with 0 additions and 6 deletions
Showing only changes of commit d3d1407ca7 - Show all commits

View File

@ -675,10 +675,6 @@ static void drawLineChar(QPainter* paint, qreal x, qreal y, qreal w, qreal h, uc
}
void KTerminalDisplay::banana(int x, int y, int z, int w)
{
}
void KTerminalDisplay::setKeyboardCursorShape(KeyboardCursorShape shape)
{
_cursorShape = shape;

View File

@ -409,8 +409,6 @@ public slots:
/////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
void banana(int x, int y, int z, int w);
void setSession(KSession * session);
KSession * getSession() const { return m_session; }