Cleanup

- for portablity we can keep the old ugly defines for retrieving
  active object, cfra and so on. But, they will use 'scene' not
  G.scene.
- fixed code that uses those defines.
- some unused variables/functions removed
This commit is contained in:
2008-12-22 09:43:29 +00:00
parent 6d31872298
commit 42def9a351
16 changed files with 51 additions and 43 deletions

View File

@@ -36,8 +36,9 @@
/* called by meshtools */
struct View3D;
struct Scene;
void RE_make_sticky(struct View3D *v3d);
void RE_make_sticky(struct Scene *scene, struct View3D *v3d);
/* for radiosity module */
struct RadView;