mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-15 04:10:00 +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();
|
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_apply(VJFrame *frame, int width, int height, int min_threshold,int max_threshold, int mode, int gamma);
|
||||||
void bwselect_free();
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user