mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-27 04:24:12 -04:00
409e1f1a00
The ui object is created during MeshcoreDemodGUI and MeshtasticDemodGUI construction and remains valid for the lifetime of the widget. Remove the unnecessary null check to avoid misleading static analysis tools into assuming ui can be null. This resolves a Coverity false positive where the later call to updateDechirpModeUI() was reported as a possible null dereference in both places. Signed-off-by: Robin Getz <rgetz503@gmail.com>