Remove the useless coreeventmanager.cpp again
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 19:52:12 +0000 (20:52 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 23:21:25 +0000 (00:21 +0100)
Was pulled in by applying harryF's patch, but removed from mainline
earlier.

src/core/CMakeLists.txt
src/core/coreeventmanager.cpp [deleted file]

index cd29875..e337235 100644 (file)
@@ -12,7 +12,6 @@ set(SOURCES
     corebufferviewconfig.cpp
     corebufferviewmanager.cpp
     corecoreinfo.cpp
     corebufferviewconfig.cpp
     corebufferviewmanager.cpp
     corecoreinfo.cpp
-    coreeventmanager.cpp
     coreidentity.cpp
     coreignorelistmanager.cpp
     coreircchannel.cpp
     coreidentity.cpp
     coreignorelistmanager.cpp
     coreircchannel.cpp
diff --git a/src/core/coreeventmanager.cpp b/src/core/coreeventmanager.cpp
deleted file mode 100644 (file)
index 8aeb149..0000000
+++ /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"