[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56009] trunk/blender/source/creator/ creator.c: Accidentally left in test function.

Ton Roosendaal ton at blender.org
Sat Apr 13 16:15:16 CEST 2013


Revision: 56009
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56009
Author:   ton
Date:     2013-04-13 14:15:16 +0000 (Sat, 13 Apr 2013)
Log Message:
-----------
Accidentally left in test function. All's fine now!

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2013-04-13 14:05:31 UTC (rev 56008)
+++ trunk/blender/source/creator/creator.c	2013-04-13 14:15:16 UTC (rev 56009)
@@ -1196,14 +1196,6 @@
 	}
 }
 
-#if 0
-static int test_file(int UNUSED(argc), const char **argv, void *UNUSED(data))
-{
-	printf("path is %s\n", argv[0]);
-	return 1;
-}
-#endif
-
 static int load_file(int UNUSED(argc), const char **argv, void *data)
 {
 	bContext *C = data;




More information about the Bf-blender-cvs mailing list