mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 15:12:28 +00:00 
			
		
		
		
	Remove dummy signal. Shame on me.
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
| @@ -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; } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user