From 822b5fcaa34b78b9668a58680f9e0d89aa3fd7bd Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 2 May 2008 08:42:08 +0000 Subject: [FIX] Exceptions no longer used in pokemod [DEL] Exception and BugCatcher are no longer needed [ADD] Object.cpp added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@119 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- general/BugCatcher.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 general/BugCatcher.cpp (limited to 'general/BugCatcher.cpp') diff --git a/general/BugCatcher.cpp b/general/BugCatcher.cpp deleted file mode 100644 index e83dc87c..00000000 --- a/general/BugCatcher.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2008 Ben Boeckel - * - * 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 3 of the License, or - * (at your option) any later version. - * - * 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, see . - */ - -// Header include -#include "BugCatcher.h" - -KAboutData* BugCatcher::m_aboutData = NULL; -- cgit