diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-19 17:59:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-19 17:59:03 +0000 |
commit | 6a519f13155c9012db6fb95f7f48a74029d6e3d2 (patch) | |
tree | 140d3e46bc2786d96eff7a2366fa61740331b4b5 /src/modules/extraicons/CallbackExtraIcon.cpp | |
parent | 32f40b0ecb51fe9bee56e4f7ce2476c4cff53bed (diff) |
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2379 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/extraicons/CallbackExtraIcon.cpp')
-rw-r--r-- | src/modules/extraicons/CallbackExtraIcon.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/extraicons/CallbackExtraIcon.cpp b/src/modules/extraicons/CallbackExtraIcon.cpp index 8c07bfd327..ce99b1b3d0 100644 --- a/src/modules/extraicons/CallbackExtraIcon.cpp +++ b/src/modules/extraicons/CallbackExtraIcon.cpp @@ -72,7 +72,3 @@ int CallbackExtraIcon::setIconByName(int id, HANDLE hContact, const char *icon) {
return -1;
}
-
-void CallbackExtraIcon::storeIcon(HANDLE hContact, void *icon)
-{
-}
|