diff --git a/src/main.cpp b/src/main.cpp index 51a59989..5b64431a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -324,7 +324,6 @@ int main(int argc, char *argv[]) { if (video::probe_encoders()) { #ifdef _WIN32 bool allow_probing = video::allow_encoder_probing(); - bool probe_result = false; // Create a temporary virtual display for encoder capability probing if (proc::vDisplayDriverStatus == VDISPLAY::DRIVER_STATUS::OK) { std::string probe_uuid_str = PROBE_DISPLAY_UUID;