remove JsAppletInterface

This commit is contained in:
Marco Martin 2013-02-13 13:25:17 +01:00
parent 23a417360c
commit 00d9896656

View File

@ -219,19 +219,6 @@ private:
bool m_busy : 1;
};
class JsAppletInterface : public AppletInterface
{
Q_OBJECT
Q_PROPERTY(QObject *sender READ sender)
public:
JsAppletInterface(DeclarativeAppletScript *parent)
: AppletInterface(parent)
{
}
};
class ContainmentInterface : public AppletInterface
{