From aecaaeb48e9a65499af5697c4325d7a2363feb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sun, 1 Jan 2012 09:16:40 +0100 Subject: [PATCH] Drop another leftover of Chelate --- scripting/meta.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripting/meta.h b/scripting/meta.h index acbb6cc95a..8fd8366d9f 100644 --- a/scripting/meta.h +++ b/scripting/meta.h @@ -27,14 +27,6 @@ along with this program. If not, see . typedef KWin::ClientGroup* KClientGroupRef; -namespace KWin -{ -namespace Chelate -{ -QScriptValue lazyLogicGenerate(QScriptContext*, QScriptEngine*); -} -} - Q_DECLARE_METATYPE(QPoint) Q_DECLARE_METATYPE(QSize) Q_DECLARE_METATYPE(QRect)