From f09920afc4452db67fbfedcbd8cceb6b87856fe8 Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Sun, 21 Feb 2016 18:41:59 +0100 Subject: [PATCH] Removed the QQmlContext module --- src/nimqml.nim | 2 -- src/private/qqmlcontext.nim | 0 2 files changed, 2 deletions(-) delete mode 100644 src/private/qqmlcontext.nim diff --git a/src/nimqml.nim b/src/nimqml.nim index 545f8db..4abe160 100644 --- a/src/nimqml.nim +++ b/src/nimqml.nim @@ -26,5 +26,3 @@ include private/qmodelindex.nim include private/qabstractlistmodel.nim include private/qresource.nim include private/qdeclarative.nim -#var qobjectRegistry = initTable[ptr QObjectObj, bool]() -#include private.nimqmlmacros diff --git a/src/private/qqmlcontext.nim b/src/private/qqmlcontext.nim deleted file mode 100644 index e69de29..0000000