0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

UI: Remove unused ExpandCheckBox

ExpandCheckBox was introduced in 88b6c63, but the seemingly replaced by
SourceTreeSubItemCheckBox during development. This means that it became
completely unused.
This commit is contained in:
gxalpha 2023-09-09 14:57:08 +02:00 committed by Lain
parent af2136d51c
commit af7d8482e5
4 changed files with 0 additions and 10 deletions

View File

@ -172,7 +172,6 @@ target_sources(
item-widget-helpers.hpp item-widget-helpers.hpp
context-bar-controls.cpp context-bar-controls.cpp
context-bar-controls.hpp context-bar-controls.hpp
expand-checkbox.hpp
focus-list.cpp focus-list.cpp
focus-list.hpp focus-list.hpp
hotkey-edit.cpp hotkey-edit.cpp

View File

@ -11,7 +11,6 @@ target_sources(
context-bar-controls.hpp context-bar-controls.hpp
double-slider.cpp double-slider.cpp
double-slider.hpp double-slider.hpp
expand-checkbox.hpp
focus-list.cpp focus-list.cpp
focus-list.hpp focus-list.hpp
horizontal-scroll-area.cpp horizontal-scroll-area.cpp

View File

@ -1,7 +0,0 @@
#pragma once
#include <QCheckBox>
class ExpandCheckBox : public QCheckBox {
Q_OBJECT
};

View File

@ -4,7 +4,6 @@
#include "qt-wrappers.hpp" #include "qt-wrappers.hpp"
#include "visibility-checkbox.hpp" #include "visibility-checkbox.hpp"
#include "locked-checkbox.hpp" #include "locked-checkbox.hpp"
#include "expand-checkbox.hpp"
#include "platform.hpp" #include "platform.hpp"
#include <obs-frontend-api.h> #include <obs-frontend-api.h>