diff options
-rw-r--r-- | plugins/AutoShutdown/main.cpp | 1 | ||||
-rw-r--r-- | plugins/AvatarHistory/AvatarHistory.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AutoShutdown/main.cpp b/plugins/AutoShutdown/main.cpp index 43501bee52..31b4bbb7d7 100644 --- a/plugins/AutoShutdown/main.cpp +++ b/plugins/AutoShutdown/main.cpp @@ -36,7 +36,6 @@ PLUGININFOEX pluginInfo={ "© 2004-2007 H. Herkenrath",
"http://addons.miranda-im.org/details.php?action=viewfile&id=3056",
UNICODE_AWARE,
- 0,
// {9DE24579-5C5C-49aa-80E8-4D38E4344E63}
{0x9de24579,0x5c5c,0x49aa,{0x80,0xe8,0x4d,0x38,0xe4,0x34,0x4e,0x63}},
};
diff --git a/plugins/AvatarHistory/AvatarHistory.cpp b/plugins/AvatarHistory/AvatarHistory.cpp index 9b6eb6c774..3434dd0cc3 100644 --- a/plugins/AvatarHistory/AvatarHistory.cpp +++ b/plugins/AvatarHistory/AvatarHistory.cpp @@ -68,7 +68,6 @@ PLUGININFOEX pluginInfo={ "© 2006-2012 Matthew Wild, Ricardo Pescuma Domenecci", "http://pescuma.org/miranda/avatarhist", UNICODE_AWARE, - 0, //doesn't replace anything built-in { 0xdbe8c990, 0x7aa0, 0x458d, { 0xba, 0xb7, 0x33, 0xeb, 0x7, 0x23, 0x8e, 0x71 } } // {DBE8C990-7AA0-458d-BAB7-33EB07238E71} }; |