remove unused args in draw*.c and some in view*.c, tag some as UNUSED().

This commit is contained in:
2010-10-14 01:22:14 +00:00
parent f6a7205be5
commit a9197c3aa2
28 changed files with 202 additions and 204 deletions

View File

@@ -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);