fixed some warnings (when on earth did I do a bad find/replace on these functions?)

This commit is contained in:
jp9000
2013-12-17 22:30:22 -07:00
parent 257cbd77ba
commit 6d5ef2fb62
2 changed files with 2 additions and 3 deletions

View File

@@ -49,7 +49,6 @@ static inline void make_video_info(struct video_info *vi,
static bool obs_init_textures(struct obs_video_info *ovi)
{
struct obs_video *video = &obs->video;
bool success = true;
size_t i;
for (i = 0; i < NUM_TEXTURES; i++) {