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:
Matthias Ettrich 2002-03-03 23:19:56 +00:00
parent cc754a1eb1
commit e264ffa6bb
2 changed files with 0 additions and 3 deletions

View file

@ -320,8 +320,6 @@ public:
*/
int electricBorderDelay();
signals:
void resetPlugin();
public slots:
void reload();

View file

@ -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;