change define INTERNATIONAL --> WITH_INTERNATIONAL
also rename backface_culling --> use_backface_culling (which is used elsewhere in rna)
This commit is contained in:
@@ -500,7 +500,7 @@ void ui_draw_but_IMAGE(ARegion *UNUSED(ar), uiBut *but, uiWidgetColors *UNUSED(w
|
||||
}
|
||||
|
||||
#if 0
|
||||
#ifdef INTERNATIONAL
|
||||
#ifdef WITH_INTERNATIONAL
|
||||
static void ui_draw_but_CHARTAB(uiBut *but)
|
||||
{
|
||||
/* XXX 2.50 bad global access */
|
||||
@@ -670,7 +670,7 @@ static void ui_draw_but_CHARTAB(uiBut *but)
|
||||
}
|
||||
}
|
||||
|
||||
#endif // INTERNATIONAL
|
||||
#endif // WITH_INTERNATIONAL
|
||||
#endif
|
||||
|
||||
static void draw_scope_end(rctf *rect, GLint *scissor)
|
||||
|
||||
Reference in New Issue
Block a user