diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-05 15:39:50 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-05 15:39:50 +0000 |
commit | 357af8c5a3cf922818ee014a8f2b54a799917eea (patch) | |
tree | 2ed1b38f979d7b3991f9ca9a4103347f2fddfe62 /plugins/CryptoPP/commonheaders.cpp | |
parent | a039e3378554f4f7b12a38722f72dfded2f4b277 (diff) |
removed old PLUGININFO. plugin info cleanup starts
git-svn-id: http://svn.miranda-ng.org/main/trunk@312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/commonheaders.cpp')
-rw-r--r-- | plugins/CryptoPP/commonheaders.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/CryptoPP/commonheaders.cpp b/plugins/CryptoPP/commonheaders.cpp index e518aecb11..30452a36ee 100644 --- a/plugins/CryptoPP/commonheaders.cpp +++ b/plugins/CryptoPP/commonheaders.cpp @@ -17,18 +17,6 @@ char TEMP[MAX_PATH]; int TEMP_SIZE = 0;
BOOL isVista = 0;
-PLUGININFO pluginInfo = {
- sizeof(PLUGININFO),
- MODULENAME,
- __VERSION_DWORD,
- MODULENAME" library for SecureIM plugin ("__DATE__")",
- "Baloo",
- "baloo@bk.ru",
- "© 2006-09 Baloo",
- "http://miranda-im.org/download/details.php?action=viewfile&id=2669",
- 0, 0
-};
-
PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
MODULENAME,
|