irtlab / rtptools

RTP Tools
http://www.cs.columbia.edu/irt/software/rtptools/
Other
166 stars 64 forks source link

remove more unused code #118

Closed janstary closed 6 years ago

janstary commented 6 years ago

These definitions are never used anywhere, so drop them. The caddr typedef is used twice; just use char* instead.

The timer macros are not used anywhere, except timeradd, but that gets redefined in multimer anyway (fix whitespace and remove a comment while there).

This only touches the win cruft in sysdep.h, so please test on windows.

mcd500 commented 6 years ago

Thanks you!