diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-30 16:50:03 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-30 16:50:03 -0400 |
commit | 79032a73d586df88e4438c1d3809b726d9d69600 (patch) | |
tree | 77001e60e0832629c695ba79e66cb286575a6318 /source/main.cpp | |
parent | 12440b673f55eb4bfac5f553923de7ce9508a2a7 (diff) |
status monitoring; improve connection safety
Diffstat (limited to 'source/main.cpp')
-rw-r--r-- | source/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp index e112118..b98ec2b 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -47,7 +47,6 @@ extern void deviceRenderWidgets(); // Globals that live here bool done = false; -stmdsp::device *m_device = nullptr; static LogView logView; |