mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 21:30:02 +01:00
fix many compile warnings
This commit is contained in:
@@ -68,7 +68,6 @@ static int bar_bot_vert = 0;
|
||||
void vbar_apply(VJFrame *frame, VJFrame *frame2, int width, int height,int divider, int top_y, int bot_y, int top_x, int bot_x ) {
|
||||
|
||||
//int top_width = width; /* frame in frame destination area */
|
||||
int top_height = height/(divider);
|
||||
|
||||
int top_width = width/divider;
|
||||
int bottom_width = width - top_width;
|
||||
|
||||
Reference in New Issue
Block a user