diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-26 17:10:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-26 17:10:22 +0300 |
commit | aef55024d4b3ea568091485c20fce421632115dc (patch) | |
tree | 183fce6bd4f87cad9e04a9e34cea36b706364d12 /plugins/Clist_modern/src/modern_row.h | |
parent | 07600605510b522c669305feeb0ef3b8d8bfba95 (diff) |
bunch of obsolete code removed from Clist_Modern
Diffstat (limited to 'plugins/Clist_modern/src/modern_row.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_row.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Clist_modern/src/modern_row.h b/plugins/Clist_modern/src/modern_row.h index dead645a89..82797558b7 100644 --- a/plugins/Clist_modern/src/modern_row.h +++ b/plugins/Clist_modern/src/modern_row.h @@ -76,12 +76,4 @@ typedef struct tagRowCell }
ROWCELL, *pROWCELL;
-// Структура для доступа к контейнерам элемента контакта внутри дерева опивания
-#ifndef _CPPCODE
-int cppCalculateRowHeight(ROWCELL *RowRoot);
-void cppCalculateRowItemsPos(ROWCELL *RowRoot, int width);
-ROWCELL *cppInitModernRow(ROWCELL ** tabAccess);
-void cppDeleteTree(ROWCELL * RowRoot);
-#endif
-
#endif // modern_row_h__
\ No newline at end of file |