Drop reset from AuroraeClient
Was only delegating to parent class thus not doing anything.
This commit is contained in:
parent
0ba75ca07f
commit
2f2e17ac19
2 changed files with 0 additions and 6 deletions
|
@ -437,11 +437,6 @@ KDecorationDefines::Position AuroraeClient::mousePosition(const QPoint &point) c
|
|||
return Position(pos);
|
||||
}
|
||||
|
||||
void AuroraeClient::reset(long unsigned int changed)
|
||||
{
|
||||
KDecoration::reset(changed);
|
||||
}
|
||||
|
||||
void AuroraeClient::menuClicked()
|
||||
{
|
||||
showWindowMenu(QCursor::pos());
|
||||
|
|
|
@ -132,7 +132,6 @@ public:
|
|||
virtual void shadeChange();
|
||||
// optional overrides
|
||||
virtual void padding(int &left, int &right, int &top, int &bottom) const;
|
||||
virtual void reset(long unsigned int changed);
|
||||
bool isMaximized() const;
|
||||
int doubleClickInterval() const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue