From b82d4dd4b337efd7c418ed004fa406f31f634656 Mon Sep 17 00:00:00 2001 From: janwas Date: Wed, 2 Jun 2004 19:02:12 +0000 Subject: [PATCH] removed misc.h - name tells me it isn't necessary ;) everything moved into lib.h This was SVN commit r368. --- source/lib/misc.cpp | 23 ----------------------- source/lib/misc.h | 33 --------------------------------- 2 files changed, 56 deletions(-) delete mode 100755 source/lib/misc.cpp delete mode 100755 source/lib/misc.h 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__