Accidentally left in test function. All's fine now!

This commit is contained in:
Ton Roosendaal
2013-04-13 14:15:16 +00:00
parent 9e8047d37b
commit 53bb59f209

View File

@@ -1196,14 +1196,6 @@ static int set_addons(int argc, const char **argv, void *data)
}
}
#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;