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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to