From fe724db12dc01e564da2358face4db375eada2e1 Mon Sep 17 00:00:00 2001 From: Teddy Stoddard Date: Sun, 15 Oct 2017 17:28:07 -0400 Subject: [PATCH] removing copy paste error --- WSRequestHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/WSRequestHandler.cpp b/WSRequestHandler.cpp index fdd0d179..4c1310ff 100644 --- a/WSRequestHandler.cpp +++ b/WSRequestHandler.cpp @@ -1617,7 +1617,6 @@ void WSRequestHandler::HandleSetSceneItemProperties(WSRequestHandler* req) { // Send an error in the else statement? // Append an error message to the response? } - obs_sceneitem_set_pos(scene_item, &new_position); } obs_sceneitem_release(scene_item);