Ignore:
Timestamp:
Apr 22, 2011, 7:32:17 PM (12 years ago)
Author:
Sam Hocevar
Message:

imlib: remove a lot of dead code, especially from the linked list and
the WAV reader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/objects.cpp

    r533 r534  
    2727#include "lisp_gc.h"
    2828#include "profile.h"
    29 
    30 #ifdef SCADALISP
    31 #define LCAR(x)        CAR(x)
    32 #define LCDR(x)        CDR(x)
    33 #else
    34 #define LCAR(x)        (x)->car
    35 #define LCDR(x)        (x)->cdr
    36 #endif /* SCADALISP */
    3729
    3830char **object_names;
     
    538530    current_object = o;
    539531  } else damage_fun(amount,from,hitx,hity,push_xvel,push_yvel);
    540 #ifdef SCADALISP
    541   ENDLOCAL();
    542 #endif
    543532}
    544533
Note: See TracChangeset for help on using the changeset viewer.