removed unused signal. We can always add it later if we need it. Avoids
qWarning message svn path=/trunk/kdebase/kwin/; revision=140746
This commit is contained in:
parent
cc754a1eb1
commit
e264ffa6bb
2 changed files with 0 additions and 3 deletions
|
@ -320,8 +320,6 @@ public:
|
|||
*/
|
||||
int electricBorderDelay();
|
||||
|
||||
signals:
|
||||
void resetPlugin();
|
||||
|
||||
public slots:
|
||||
void reload();
|
||||
|
|
|
@ -284,7 +284,6 @@ Workspace::Workspace( bool restore )
|
|||
_self = this;
|
||||
d = new WorkspacePrivate;
|
||||
mgr = new PluginMgr;
|
||||
connect(options, SIGNAL(resetPlugin()), mgr, SLOT(resetPlugin()));
|
||||
root = qt_xrootwin();
|
||||
default_colormap = DefaultColormap(qt_xdisplay(), qt_xscreen() );
|
||||
installed_colormap = default_colormap;
|
||||
|
|
Loading…
Reference in a new issue