diff options
| author | Paweł Kołodziejski | 2003-04-25 19:55:40 +0000 | 
|---|---|---|
| committer | Paweł Kołodziejski | 2003-04-25 19:55:40 +0000 | 
| commit | 0c933f5c503d0ba20a10250d43b85ee99d8b6468 (patch) | |
| tree | 150b06ebd9d816db077594e82a0e58730c9579af | |
| parent | 1bb3ab320278a23b8bea444fc782e79c8244cb0c (diff) | |
| download | scummvm-rg350-0c933f5c503d0ba20a10250d43b85ee99d8b6468.tar.gz scummvm-rg350-0c933f5c503d0ba20a10250d43b85ee99d8b6468.tar.bz2 scummvm-rg350-0c933f5c503d0ba20a10250d43b85ee99d8b6468.zip | |
delete stdafx.cpp
svn-id: r7118
| -rw-r--r-- | common/stdafx.cpp | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/common/stdafx.cpp b/common/stdafx.cpp deleted file mode 100644 index 04f9ae762f..0000000000 --- a/common/stdafx.cpp +++ /dev/null @@ -1,22 +0,0 @@ -/* ScummVM - Scumm Interpreter - * Copyright (C) 2001  Ludvig Strigeus - * Copyright (C) 2001-2003 The ScummVM project - * - * 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. - - * 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. - * - * $Header$ - * - */ -#include "stdafx.h" | 
