From 35e7a2a9fe00bca4c986b09eef36f5670b81b83e Mon Sep 17 00:00:00 2001 From: jp9000 Date: Mon, 10 Mar 2014 13:23:28 -0700 Subject: [PATCH] Fix a few warnings --- obs/window-basic-main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index 531784d28..5000f7cad 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -476,7 +476,6 @@ void OBSBasic::ResizePreview(uint32_t cx, uint32_t cy) { double targetAspect, baseAspect; QSize targetSize; - int x, y; /* resize preview panel to fix to the top section of the window */ targetSize = ui->preview->size();