mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[sysid] Remove unused dependency on libglassnt (#7200)
Also remove stale libuv references.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include <glass/WindowManager.h>
|
||||
#include <glass/other/Log.h>
|
||||
#include <imgui.h>
|
||||
#include <uv.h>
|
||||
#include <wpi/Logger.h>
|
||||
#include <wpi/print.h>
|
||||
#include <wpigui.h>
|
||||
@@ -96,8 +95,6 @@ void Application(std::string_view saveDir) {
|
||||
});
|
||||
|
||||
gLogger.set_min_level(wpi::WPI_LOG_DEBUG);
|
||||
// Set the number of workers for the libuv threadpool.
|
||||
uv_os_setenv("UV_THREADPOOL_SIZE", "6");
|
||||
|
||||
// Initialize window manager and add views.
|
||||
auto& storage = glass::GetStorageRoot().GetChild("SysId");
|
||||
|
||||
Reference in New Issue
Block a user