summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtessellator/arc.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-08-24 14:05:23 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-08-24 15:41:55 +0200
commit17f3451daa286b88a52f18c802d7b158dfb653b2 (patch)
treeda8877b466d183fb22e4842857a8a9d2d6d422e6 /tests/auto/qtessellator/arc.h
parentb48e8b21037b41b45165f8b3cdf6df55fca31ab7 (diff)
tests: Remove `qtessellator' autotests
This autotest is not needed anymore since qtessellator was removed by 78169e6b06db136037b70c99ca46b82d4c311c3e Change-Id: I438e5bf2fd44da73461bb6fc311a6dce5573e467 Reviewed-on: http://codereview.qt.nokia.com/3496 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/qtessellator/arc.h')
-rw-r--r--tests/auto/qtessellator/arc.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/tests/auto/qtessellator/arc.h b/tests/auto/qtessellator/arc.h
deleted file mode 100644
index 43492bbef6..0000000000
--- a/tests/auto/qtessellator/arc.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the test suite of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** GNU Lesser General Public License Usage
-** 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, Nokia gives you certain additional
-** rights. These rights are described in the Nokia 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.
-**
-** Other Usage
-** Alternatively, this file may be used in accordance with the terms and
-** conditions contained in a signed written agreement between you and Nokia.
-**
-**
-**
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-#ifndef ARC_H
-#define ARC_H
-
-#include "sample_data.h"
-
-FullData arcData();
-
-#endif