diff options
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 |