2.5: globals cleanup

* G.version removed, use BLENDER_VERSION
* G.order removed, ENDIAN_ORDER
* G.vd, G.sipo, G.buts, G.sima, .. removed.
* G.qual removed
* G.simulf removed (was unused in 2.4x)
* error() and some other unused stubs removed
This commit is contained in:
2008-12-19 19:11:02 +00:00
parent 12ad72ba8f
commit 3bda5490f7
27 changed files with 97 additions and 141 deletions

View File

@@ -35,7 +35,9 @@
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* called by meshtools */
void RE_make_sticky(void);
struct View3D;
void RE_make_sticky(struct View3D *v3d);
/* for radiosity module */
struct RadView;