From f5011d3aaafb9a3f5caf1872e1390c3aec9e349f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 30 May 2012 04:17:21 +0000 Subject: Remove useless file --- source/blender/editors/space_api/CMakeLists.txt | 1 - source/blender/editors/space_api/space.c | 44 ------------------------- 2 files changed, 45 deletions(-) delete mode 100644 source/blender/editors/space_api/space.c (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/CMakeLists.txt b/source/blender/editors/space_api/CMakeLists.txt index 611322fc1ab..137cda9c285 100644 --- a/source/blender/editors/space_api/CMakeLists.txt +++ b/source/blender/editors/space_api/CMakeLists.txt @@ -35,7 +35,6 @@ set(INC_SYS ) set(SRC - space.c spacetypes.c ) diff --git a/source/blender/editors/space_api/space.c b/source/blender/editors/space_api/space.c deleted file mode 100644 index e677014decf..00000000000 --- a/source/blender/editors/space_api/space.c +++ /dev/null @@ -1,44 +0,0 @@ -/* - * ***** BEGIN GPL LICENSE BLOCK ***** - * - * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * The Original Code is Copyright (C) 2007 Blender Foundation. - * All rights reserved. - * - * - * Contributor(s): Blender Foundation - * - * ***** END GPL LICENSE BLOCK ***** - */ - -/** \file blender/editors/space_api/space.c - * \ingroup spapi - */ - - -#include -#include - - -#include "BLI_blenlib.h" -#include "BLI_math.h" - - - -/* */ - - - -- cgit v1.2.3