From 681f738fe473239d73172fdc979c208fdf434e2d Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 8 Jul 2010 14:16:51 -0300 Subject: Removed unused global variable. --- abstractmetalang.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/abstractmetalang.cpp b/abstractmetalang.cpp index 8d69ef4c0..5b824cfe3 100644 --- a/abstractmetalang.cpp +++ b/abstractmetalang.cpp @@ -1469,7 +1469,7 @@ AbstractMetaField::~AbstractMetaField() delete m_setter; delete m_getter; } -ushort painters; // refcount + AbstractMetaField *AbstractMetaField::copy() const { AbstractMetaField *returned = new AbstractMetaField; @@ -1494,8 +1494,6 @@ static AbstractMetaFunction *createXetter(const AbstractMetaField *g, const QStr { AbstractMetaFunction *f = new AbstractMetaFunction; - - f->setName(name); f->setOriginalName(name); f->setOwnerClass(g->enclosingClass()); -- cgit v1.2.3