remove completely unused API
This commit is contained in:
parent
64ae6fcea2
commit
796dcb132b
@ -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) {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user