summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_row.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-04-28 12:23:09 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-04-28 12:23:09 +0000
commit57efb887b79a79dca57e940aa1976dbf9b2bde31 (patch)
tree83b3840b3a2f76a5effbd0edf95731bb6b3c69f8 /plugins/Clist_modern/src/modern_row.cpp
parent774d7813af333a65459c09782b44cf236dc63887 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_row.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_row.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/Clist_modern/src/modern_row.cpp b/plugins/Clist_modern/src/modern_row.cpp
index 998c3fe3e3..6ec51077f7 100644
--- a/plugins/Clist_modern/src/modern_row.cpp
+++ b/plugins/Clist_modern/src/modern_row.cpp
@@ -26,29 +26,10 @@ Created by Anton Senko aka ZORG , tweaked by Artem Shpynov aka FYR
#include "stdafx.h"
-/*
-#include <windows.h>
-#include <commctrl.h>
-#include <stdio.h>
-#include <time.h>
-#include <stddef.h>
-#include <process.h>
-#include <io.h>
-#include <string.h>
-#include <direct.h>
-#include "resource.h"
-#include "stdafx.h"
-*/
-#include "modern_row.h"
-
-//Futher declaration
void rowCalculateMinSize(ROWCELL* cell);
void rowEqualize(ROWCELL* cell);
void rowResetEmptyRects(ROWCELL* cell);
void rowDeleteTree(ROWCELL* cell);
-////////
-
-
//extern ROWCELL * gl_RowRoot; // Указатель на корневой тэг < contact> в шаблоне
//ROWOBJECTS RowTA; // Структура, через которую осуществляется доступ к элементам контакта.