diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-09 10:01:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-09 10:01:40 +0000 |
commit | 8e161a2db88720840dc979cb9fe1f0c38742787d (patch) | |
tree | 04f7429264e4dbbb4da6e0c9ab71df0dec860aee /plugins/ExternalAPI/m_folders.h | |
parent | 68e5eb0709241968a1b91fb53e4c4cba27581a4a (diff) |
Folders:
- custom array class removed;
- a lot of junk also removed;
- version bump;
git-svn-id: http://svn.miranda-ng.org/main/trunk@3931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_folders.h')
-rw-r--r-- | plugins/ExternalAPI/m_folders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_folders.h b/plugins/ExternalAPI/m_folders.h index bb8c1bfb56..9e0d1f7546 100644 --- a/plugins/ExternalAPI/m_folders.h +++ b/plugins/ExternalAPI/m_folders.h @@ -96,8 +96,6 @@ typedef struct }
FOLDERSDATA;
-#define FOLDERSDATA_SIZE_V1 FIELD_OFFSET(FOLDERSDATA,szUserName)
-
/*Folders/Register/Path service
wParam - not used, must be 0
lParam - (LPARAM) (const FOLDERDATA *) - Data structure filled with
|