remove completely unused API

This commit is contained in:
Aaron Seigo 2013-02-06 15:23:37 +01:00
parent 64ae6fcea2
commit 796dcb132b
2 changed files with 0 additions and 16 deletions

View File

@ -487,11 +487,6 @@ void Containment::setLocation(Location location)
emit configNeedsSaving();
}
void Containment::addSiblingContainment()
{
emit addSiblingContainment(this);
}
void Containment::clearApplets()
{
foreach (Applet *applet, d->applets) {

View File

@ -396,12 +396,6 @@ Q_SIGNALS:
*/
void toolBoxVisibilityChanged(bool);
/**
* Emitted when the containment wants a new containment to be created.
* Usually only used for desktop containments.
*/
void addSiblingContainment(Plasma::Containment *);
/**
* Emitted when the containment requests an add widgets dialog is shown.
* Usually only used for desktop containments.
@ -443,11 +437,6 @@ Q_SIGNALS:
*/
void setFormFactor(Plasma::FormFactor formFactor);
/**
* Tells the corona to create a new desktop containment
*/
void addSiblingContainment();
/**
* Destroys this containment and all its applets (after a confirmation dialog);
* it will be removed nicely and deleted.