From ab5dad7d91c11418ef0813d39943b77cb7987a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Tue, 7 May 2019 13:52:38 +0200 Subject: [PATCH] Utils: oops --- src/Utils.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Utils.cpp b/src/Utils.cpp index cec56cd7..ee829ca4 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -198,10 +198,6 @@ obs_sceneitem_t* Utils::GetSceneItemFromName(obs_source_t* source, QString name) return false; } - if (obs_sceneitem_is_group(currentItem)) { - - } - return true; }, &search);