perf: Removed unused ConfirmationActivity member (#1234)
## Summary **What is the goal of this PR?** Small follow up to #909, removing an unused member variable and some temporary debug logging. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**NO**_
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
class MyLibraryActivity final : public Activity {
|
||||
private:
|
||||
// Deletion
|
||||
bool pendingSubActivityExit = false;
|
||||
void clearFileMetadata(const std::string& fullPath);
|
||||
|
||||
ButtonNavigator buttonNavigator;
|
||||
|
||||
@@ -28,8 +28,6 @@ void ConfirmationActivity::onEnter() {
|
||||
if (!safeHeading.empty() && !safeBody.empty()) totalHeight += spacing;
|
||||
|
||||
startY = (renderer.getScreenHeight() - totalHeight) / 2;
|
||||
LOG_DBG("CONF", "startY: %d", startY);
|
||||
LOG_DBG("CONF", "Heading: %s", safeHeading.c_str());
|
||||
|
||||
requestUpdate(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user