summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-12-18 19:19:51 +0000
committerSean Harmer <sean.harmer@kdab.com>2014-12-19 10:19:54 +0100
commitd4f87f805a8c830f2fffc0f9cec7892633dd44d0 (patch)
treeadfe2c3d3d6a821772c76e54a0b4da5838b0eec4 /src/core/aspects
parent249d000f4954dbab5013b97e5d61c1bdeca44917 (diff)
Remove defunct empty class
Change-Id: I146f54395fb291dbe7ac1e05ed5a32ac526c8be8 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/core/aspects')
-rw-r--r--src/core/aspects/aspects.pri2
-rw-r--r--src/core/aspects/qaspectscheduler.cpp58
-rw-r--r--src/core/aspects/qaspectscheduler.h64
3 files changed, 0 insertions, 124 deletions
diff --git a/src/core/aspects/aspects.pri b/src/core/aspects/aspects.pri
index d9b9be86d..e3e70bf85 100644
--- a/src/core/aspects/aspects.pri
+++ b/src/core/aspects/aspects.pri
@@ -3,13 +3,11 @@ SOURCES += \
$$PWD/qabstractaspect.cpp \
$$PWD/qaspectengine.cpp \
$$PWD/qaspectmanager.cpp \
- $$PWD/qaspectscheduler.cpp \
$$PWD/qaspectthread.cpp
HEADERS += \
$$PWD/qabstractaspect.h \
$$PWD/qaspectengine.h \
- $$PWD/qaspectscheduler.h \
$$PWD/qaspectthread.h \
$$PWD/qabstractaspect_p.h \
$$PWD/qaspectengine_p.h \
diff --git a/src/core/aspects/qaspectscheduler.cpp b/src/core/aspects/qaspectscheduler.cpp
deleted file mode 100644
index 35ae4a139..000000000
--- a/src/core/aspects/qaspectscheduler.cpp
+++ /dev/null
@@ -1,58 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the Qt3D module of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 2.1 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 2.1 requirements
-** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Digia gives you certain additional
-** rights. These rights are described in the Digia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3.0 as published by the Free Software
-** Foundation and appearing in the file LICENSE.GPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU General Public License version 3.0 requirements will be
-** met: http://www.gnu.org/copyleft/gpl.html.
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#include "qaspectscheduler.h"
-
-#include <Qt3DCore/private/corelogging_p.h>
-
-QT_BEGIN_NAMESPACE
-
-namespace Qt3D {
-
-QAspectScheduler::QAspectScheduler(QObject *parent)
- : QObject(parent)
-{
- qCDebug(Aspects) << Q_FUNC_INFO;
-}
-
-} // namespace Qt3D
-
-QT_END_NAMESPACE
diff --git a/src/core/aspects/qaspectscheduler.h b/src/core/aspects/qaspectscheduler.h
deleted file mode 100644
index 4b88cd7d5..000000000
--- a/src/core/aspects/qaspectscheduler.h
+++ /dev/null
@@ -1,64 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the Qt3D module of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 2.1 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 2.1 requirements
-** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Digia gives you certain additional
-** rights. These rights are described in the Digia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3.0 as published by the Free Software
-** Foundation and appearing in the file LICENSE.GPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU General Public License version 3.0 requirements will be
-** met: http://www.gnu.org/copyleft/gpl.html.
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#ifndef QT3D_QASPECTSCHEDULER_H
-#define QT3D_QASPECTSCHEDULER_H
-
-#include <QObject>
-#include <Qt3DCore/qt3dcore_global.h>
-
-QT_BEGIN_NAMESPACE
-
-namespace Qt3D {
-
-class QAspectScheduler : public QObject
-{
- Q_OBJECT
-public:
- explicit QAspectScheduler(QObject *parent = 0);
-
-};
-
-} // namespace Qt3D
-
-QT_END_NAMESPACE
-
-#endif // QT3D_QASPECTSCHEDULER_H