From a9ea6b917f323ac092d93106352c7c528d949619 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 29 Apr 2013 14:17:30 +0200 Subject: [PATCH] some cosmetics --- src/board/UBFeaturesController.cpp | 1 - src/domain/UBGraphicsVideoItem.cpp | 22 ---------------------- src/domain/domain.pri | 1 - 3 files changed, 24 deletions(-) delete mode 100644 src/domain/UBGraphicsVideoItem.cpp diff --git a/src/board/UBFeaturesController.cpp b/src/board/UBFeaturesController.cpp index b7324a1c..fe44b8c1 100644 --- a/src/board/UBFeaturesController.cpp +++ b/src/board/UBFeaturesController.cpp @@ -37,7 +37,6 @@ #include "domain/UBGraphicsScene.h" #include "domain/UBGraphicsSvgItem.h" #include "domain/UBGraphicsPixmapItem.h" -#include "domain/UBGraphicsVideoItem.h" #include "domain/UBGraphicsWidgetItem.h" #include "gui/UBFeaturesWidget.h" diff --git a/src/domain/UBGraphicsVideoItem.cpp b/src/domain/UBGraphicsVideoItem.cpp deleted file mode 100644 index 98cdbdba..00000000 --- a/src/domain/UBGraphicsVideoItem.cpp +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (C) 2010-2013 Groupement d'Intérêt Public pour l'Education Numérique en Afrique (GIP ENA) - * - * This file is part of Open-Sankoré. - * - * Open-Sankoré is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 3 of the License, - * with a specific linking exception for the OpenSSL project's - * "OpenSSL" library (or with modified versions of it that use the - * same license as the "OpenSSL" library). - * - * Open-Sankoré is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Open-Sankoré. If not, see . - */ - - diff --git a/src/domain/domain.pri b/src/domain/domain.pri index bb3751e4..953533d7 100644 --- a/src/domain/domain.pri +++ b/src/domain/domain.pri @@ -37,7 +37,6 @@ SOURCES += src/domain/UBGraphicsScene.cpp \ src/domain/UBGraphicsSvgItem.cpp \ src/domain/UBGraphicsPolygonItem.cpp \ src/domain/UBItem.cpp \ - src/domain/UBGraphicsVideoItem.cpp \ src/domain/UBGraphicsWidgetItem.cpp \ src/domain/UBGraphicsPDFItem.cpp \ src/domain/UBGraphicsTextItem.cpp \