mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
fix: remove unused variables in MyLibraryActivity::loop()
Fixes cppcheck warnings: - [low:style] Variable 'itemCount' is assigned a value that is never used - [low:style] Variable 'pageItems' is assigned a value that is never used
This commit is contained in:
parent
01651b0385
commit
3b9a37e075
@ -228,9 +228,6 @@ void MyLibraryActivity::onExit() {
|
||||
}
|
||||
|
||||
void MyLibraryActivity::loop() {
|
||||
const int itemCount = getCurrentItemCount();
|
||||
const int pageItems = getPageItems();
|
||||
|
||||
// Get current time for all timing operations
|
||||
unsigned long currentTime = millis();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user