From 73b7e9b2e6b0742e344238c6ebac05919efd914b Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 24 Mar 2014 20:52:12 +0100 Subject: [PATCH] Remove the useless coreeventmanager.cpp again Was pulled in by applying harryF's patch, but removed from mainline earlier. --- src/core/CMakeLists.txt | 1 - src/core/coreeventmanager.cpp | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 src/core/coreeventmanager.cpp 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" -- 2.20.1