Accidentally left in test function. All's fine now!
This commit is contained in:
@@ -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)
|
static int load_file(int UNUSED(argc), const char **argv, void *data)
|
||||||
{
|
{
|
||||||
bContext *C = data;
|
bContext *C = data;
|
||||||
|
Reference in New Issue
Block a user