Clean up framing compiler warnings

* Remove unused variables/dead code
* Add missing `.children = {}`
* Remove relative includes
This commit is contained in:
Daniel Gao
2024-12-27 18:29:32 -05:00
parent 98752a2433
commit 4969fdd989
5 changed files with 5 additions and 23 deletions

View File

@@ -25,7 +25,7 @@
#include "guiutils.h"
#include "toolpanel.h"
#include "../rtengine/procevents.h"
#include "rtengine/procevents.h"
#include <memory>