diff --git a/source/lib/misc.cpp b/source/lib/misc.cpp deleted file mode 100755 index f6f3ab0254..0000000000 --- a/source/lib/misc.cpp +++ /dev/null @@ -1,23 +0,0 @@ -// miscellany -// -// Copyright (c) 2003 Jan Wassenberg -// -// 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) 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. -// -// Contact info: -// Jan.Wassenberg@stud.uni-karlsruhe.de -// http://www.stud.uni-karlsruhe.de/~urkt/ - -#include "precompiled.h" - -#include "lib.h" -#include "misc.h" - diff --git a/source/lib/misc.h b/source/lib/misc.h deleted file mode 100755 index cbf27b8b65..0000000000 --- a/source/lib/misc.h +++ /dev/null @@ -1,33 +0,0 @@ -// miscellany -// -// Copyright (c) 2003 Jan Wassenberg -// -// 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) 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. -// -// Contact info: -// Jan.Wassenberg@stud.uni-karlsruhe.de -// http://www.stud.uni-karlsruhe.de/~urkt/ - -#ifndef __MISC_H__ -#define __MISC_H__ - - - - - - - - -#ifdef __cplusplus - -#endif - -#endif // #ifndef __MISC_H__