diff options
author | Matt Mower <mowerm@gmail.com> | 2017-01-06 21:30:33 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2017-01-18 17:50:05 +0100 |
commit | 23d8aaef2964659bd5495638d5b85f00ef3f9620 (patch) | |
tree | aab3c7f695b11213a4e7f6838d2829f2c20c5252 /gui/partitionlist.cpp | |
parent | Very minor code cleanup (diff) | |
download | android_bootable_recovery-23d8aaef2964659bd5495638d5b85f00ef3f9620.tar android_bootable_recovery-23d8aaef2964659bd5495638d5b85f00ef3f9620.tar.gz android_bootable_recovery-23d8aaef2964659bd5495638d5b85f00ef3f9620.tar.bz2 android_bootable_recovery-23d8aaef2964659bd5495638d5b85f00ef3f9620.tar.lz android_bootable_recovery-23d8aaef2964659bd5495638d5b85f00ef3f9620.tar.xz android_bootable_recovery-23d8aaef2964659bd5495638d5b85f00ef3f9620.tar.zst android_bootable_recovery-23d8aaef2964659bd5495638d5b85f00ef3f9620.zip |
Diffstat (limited to 'gui/partitionlist.cpp')
-rw-r--r-- | gui/partitionlist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/partitionlist.cpp b/gui/partitionlist.cpp index dca390448..c85339152 100644 --- a/gui/partitionlist.cpp +++ b/gui/partitionlist.cpp @@ -99,8 +99,6 @@ int GUIPartitionList::Update(void) GUIScrollList::Update(); if (updateList) { - int listSize = 0; - // Completely update the list if needed -- Used primarily for // restore as the list for restore will change depending on what // partitions were backed up |