mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Clean
This commit is contained in:
committed by
EmilieNumworks
parent
75292ed749
commit
ae086adfcf
@@ -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];
|
||||
};
|
||||
|
||||
@@ -34,8 +34,7 @@ public:
|
||||
NotEnoughSpaceAvailable = 3,
|
||||
RecordDoesNotExist = 4
|
||||
};
|
||||
struct Data
|
||||
{
|
||||
struct Data {
|
||||
const void * buffer;
|
||||
size_t size;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user