remove unused args in draw*.c and some in view*.c, tag some as UNUSED().
This commit is contained in:
@@ -145,7 +145,7 @@ static void script_main_area_draw(const bContext *C, ARegion *ar)
|
||||
UI_ThemeClearColor(TH_BACK);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
|
||||
UI_view2d_view_ortho(C, v2d);
|
||||
UI_view2d_view_ortho(v2d);
|
||||
|
||||
/* data... */
|
||||
// BPY_run_python_script(C, "/root/blender-svn/blender25/test.py", NULL);
|
||||
|
||||
Reference in New Issue
Block a user