clean up FIXMEs, left some as TODO, fixed leak in Swirl, delete unused VIMS, delete unimportant FIXMEs

This commit is contained in:
niels
2015-04-28 00:29:10 +02:00
parent 340cedbf5f
commit e1f523748c
33 changed files with 46 additions and 97 deletions

View File

@@ -44,7 +44,6 @@ vj_effect *gamma_init(int w, int h)
ve->parallel = 1;
return ve;
}
// FIXME private
inline void gamma_setup(int width, int height,
double gamma_value)