[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47200] trunk/blender/source/blender/ editors/space_api: Remove useless file

Nathan Letwory nathan at letworyinteractive.com
Wed May 30 06:17:29 CEST 2012


Revision: 47200
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47200
Author:   jesterking
Date:     2012-05-30 04:17:21 +0000 (Wed, 30 May 2012)
Log Message:
-----------
Remove useless file

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_api/CMakeLists.txt

Removed Paths:
-------------
    trunk/blender/source/blender/editors/space_api/space.c

Modified: trunk/blender/source/blender/editors/space_api/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/editors/space_api/CMakeLists.txt	2012-05-30 02:54:39 UTC (rev 47199)
+++ trunk/blender/source/blender/editors/space_api/CMakeLists.txt	2012-05-30 04:17:21 UTC (rev 47200)
@@ -35,7 +35,6 @@
 )
 
 set(SRC
-	space.c
 	spacetypes.c
 )
 

Deleted: trunk/blender/source/blender/editors/space_api/space.c
===================================================================
--- trunk/blender/source/blender/editors/space_api/space.c	2012-05-30 02:54:39 UTC (rev 47199)
+++ trunk/blender/source/blender/editors/space_api/space.c	2012-05-30 04:17:21 UTC (rev 47200)
@@ -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 <string.h>
-#include <stdio.h>
-
-
-#include "BLI_blenlib.h"
-#include "BLI_math.h"
-
-
-
-/* */
-
-
-




More information about the Bf-blender-cvs mailing list