From: Manuel Nickschas Date: Mon, 24 Mar 2014 19:52:12 +0000 (+0100) Subject: Remove the useless coreeventmanager.cpp again X-Git-Tag: 0.11.0~82 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=73b7e9b2e6b0742e344238c6ebac05919efd914b Remove the useless coreeventmanager.cpp again Was pulled in by applying harryF's patch, but removed from mainline earlier. --- diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index cd298759..e3372355 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -12,7 +12,6 @@ set(SOURCES corebufferviewconfig.cpp corebufferviewmanager.cpp corecoreinfo.cpp - coreeventmanager.cpp coreidentity.cpp coreignorelistmanager.cpp coreircchannel.cpp diff --git a/src/core/coreeventmanager.cpp b/src/core/coreeventmanager.cpp deleted file mode 100644 index 8aeb149c..00000000 --- a/src/core/coreeventmanager.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2012 by the Quassel Project * - * devel@quassel-irc.org * - * * - * This program 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; either version 2 of the License, or * - * (at your option) version 3. * - * * - * This program 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 this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ - -#include "coreeventmanager.h"