mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-12 19:00:02 +01:00
remove obsolete function
This commit is contained in:
@@ -153,5 +153,3 @@ void bwselect_apply(VJFrame *frame, int width, int height, int min_threshold, in
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void bwselect_free(){}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user