Remove unused friend of QmlJS::Bind.

This commit is contained in:
Christian Kamm
2010-02-04 10:18:48 +01:00
parent e984691fe6
commit 14f483c67b

View File

@@ -39,7 +39,6 @@
namespace QmlJS {
class LinkImports;
class Link;
class Document;
@@ -95,7 +94,6 @@ private:
QStringList _includedScripts;
QStringList _localImports;
friend class LinkImports;
friend class Link;
};