Skip to content

Commit af7d848

Browse files
gxalphaLain-B
authored andcommitted
UI: Remove unused ExpandCheckBox
ExpandCheckBox was introduced in 88b6c63, but the seemingly replaced by SourceTreeSubItemCheckBox during development. This means that it became completely unused.
1 parent af2136d commit af7d848

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

UI/cmake/legacy.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ target_sources(
172172
item-widget-helpers.hpp
173173
context-bar-controls.cpp
174174
context-bar-controls.hpp
175-
expand-checkbox.hpp
176175
focus-list.cpp
177176
focus-list.hpp
178177
hotkey-edit.cpp

UI/cmake/ui-elements.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ target_sources(
1111
context-bar-controls.hpp
1212
double-slider.cpp
1313
double-slider.hpp
14-
expand-checkbox.hpp
1514
focus-list.cpp
1615
focus-list.hpp
1716
horizontal-scroll-area.cpp

UI/expand-checkbox.hpp

Lines changed: 0 additions & 7 deletions
This file was deleted.

UI/source-tree.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "qt-wrappers.hpp"
55
#include "visibility-checkbox.hpp"
66
#include "locked-checkbox.hpp"
7-
#include "expand-checkbox.hpp"
87
#include "platform.hpp"
98

109
#include <obs-frontend-api.h>

0 commit comments

Comments
 (0)