remove obsolete function

This commit is contained in:
c0ntrol
2016-03-29 20:37:56 +02:00
parent 8250e5b4dd
commit c24292e23b
2 changed files with 0 additions and 3 deletions

View File

@@ -153,5 +153,3 @@ void bwselect_apply(VJFrame *frame, int width, int height, int min_threshold, in
}
}
}
void bwselect_free(){}

View File

@@ -26,5 +26,4 @@
vj_effect *bwselect_init();
void bwselect_apply(VJFrame *frame, int width, int height, int min_threshold,int max_threshold, int mode, int gamma);
void bwselect_free();
#endif