1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

Remove dummy signal. Shame on me.

This commit is contained in:
Filippo Scognamiglio 2014-08-01 18:09:36 +02:00
parent 5586c36efe
commit d3d1407ca7
2 changed files with 0 additions and 6 deletions

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; }