Skip to content

Commit

Permalink
[TraceControl] Removed as it has been replaced by MessageControl (#269)
Browse files Browse the repository at this point in the history
* Removing TraceControl plugin as it is no longer usable after the messaging updates

* Removing the whole plugin directory
  • Loading branch information
VeithMetro authored Jan 2, 2024
1 parent 50e7820 commit 9672982
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 2,585 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ option(PLUGIN_PERFORMANCEMETRICS "Include PerformanceMetrics plugin" OFF)
option(PLUGIN_PLAYERINFO "Include PlayerInfo plugin" OFF)
option(PLUGIN_RUSTBRIDGE "Include RustBridge plugin" OFF)
option(PLUGIN_SECURITYAGENT "Include SecurityAgent plugin" OFF)
option(PLUGIN_TRACECONTROL "Include TraceControl plugin" OFF)
option(PLUGIN_WEBKITBROWSER "Include WebKitBrowser plugin" OFF)

option(PLUGINS_CREATE_IPKG_TARGETS "Generate the CPack configuration for package generation" OFF)
Expand Down Expand Up @@ -105,10 +104,6 @@ if(PLUGIN_SECURITYAGENT)
add_subdirectory(SecurityAgent)
endif()

if(PLUGIN_TRACECONTROL)
add_subdirectory(TraceControl)
endif()

if(PLUGIN_WEBKITBROWSER)
add_subdirectory(WebKitBrowser)
endif()
Expand Down
1 change: 0 additions & 1 deletion TraceControl/.gitignore

This file was deleted.

62 changes: 0 additions & 62 deletions TraceControl/CMakeLists.txt

This file was deleted.

22 changes: 0 additions & 22 deletions TraceControl/Module.cpp

This file was deleted.

33 changes: 0 additions & 33 deletions TraceControl/Module.h

This file was deleted.

20 changes: 0 additions & 20 deletions TraceControl/TraceControl.conf.in

This file was deleted.

24 changes: 0 additions & 24 deletions TraceControl/TraceControl.config

This file was deleted.

Loading

0 comments on commit 9672982

Please sign in to comment.