drop dummy banana method

see also https://github.com/Swordfish90/cool-retro-term/issues/143
This commit is contained in:
Michael Shigorin 2014-10-06 13:44:33 +04:00
parent 9deeb5e405
commit 10cc27e7cf
2 changed files with 0 additions and 9 deletions

View File

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

View File

@ -178,13 +178,6 @@ Module {
Parameter { name: "color"; type: "QColor" }
}
Method { name: "selectionChanged" }
Method {
name: "banana"
Parameter { name: "x"; type: "int" }
Parameter { name: "y"; type: "int" }
Parameter { name: "z"; type: "int" }
Parameter { name: "w"; type: "int" }
}
Method {
name: "setSession"
Parameter { name: "session"; type: "KSession"; isPointer: true }