From ae086adfcfe6c4fb95a9c4f1d9c25b4055b6fddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 22 Mar 2018 13:46:10 +0100 Subject: [PATCH] Clean --- apps/code/python_toolbox.h | 1 - ion/include/ion/storage.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/code/python_toolbox.h b/apps/code/python_toolbox.h index b7ab41ef4..5d9dab80f 100644 --- a/apps/code/python_toolbox.h +++ b/apps/code/python_toolbox.h @@ -29,7 +29,6 @@ private: constexpr static KDText::FontSize k_fontSize = KDText::FontSize::Small; void scrollToLetter(char letter); void scrollToAndSelectChild(int i); - Action m_action; MessageTableCellWithMessage m_leafCells[k_maxNumberOfDisplayedRows]; MessageTableCellWithChevron m_nodeCells[k_maxNumberOfDisplayedRows]; }; diff --git a/ion/include/ion/storage.h b/ion/include/ion/storage.h index 4e48b6a73..97b0356fe 100644 --- a/ion/include/ion/storage.h +++ b/ion/include/ion/storage.h @@ -34,8 +34,7 @@ public: NotEnoughSpaceAvailable = 3, RecordDoesNotExist = 4 }; - struct Data - { + struct Data { const void * buffer; size_t size; };