Changed some comments back to DOxygen (inline) style and removed some more dead code

svn-id: r46029
This commit is contained in:
Filippos Karapetis 2009-11-20 22:41:17 +00:00
parent 10fbefcd60
commit ece0444f9c
2 changed files with 50 additions and 67 deletions

View file

@ -453,8 +453,6 @@ reg_t kOnControl(EngineState *s, int argc, reg_t *argv) {
return make_reg(0, result);
}
void _k_view_list_free_backgrounds(EngineState *s, ViewObject *list, int list_nr);
#define K_DRAWPIC_FLAGS_MIRRORED (1 << 14)
#define K_DRAWPIC_FLAGS_ANIMATIONBLACKOUT (1 << 15)