Skip to content

Commit

Permalink
Remove dummy signal. Shame on me.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Aug 1, 2014
1 parent 5586c36 commit d3d1407
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions konsole-qml-plugin/src/TerminalDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions konsole-qml-plugin/src/TerminalDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit d3d1407

Please sign in to comment.