diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-09 17:56:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-09 17:56:47 +0000 |
commit | 86eea20c7d00dfc223cf13217cf4dfc57202965e (patch) | |
tree | 9782b325c82473f38b6d3a04692005b9931b9b37 /plugins/WhenWasIt/src | |
parent | a187813a93a1f0be12ec0bb8faa0b956517c55ad (diff) |
- various icon definition quirks;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14520 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src')
-rw-r--r-- | plugins/WhenWasIt/src/icons.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/src/icons.cpp b/plugins/WhenWasIt/src/icons.cpp index b9a7d9db7d..624992a49f 100644 --- a/plugins/WhenWasIt/src/icons.cpp +++ b/plugins/WhenWasIt/src/icons.cpp @@ -34,7 +34,6 @@ static HANDLE AddIcon(char *name, char *description, TCHAR *tszPath, int iDefaul SKINICONDESC sid = { 0 };
sid.flags = SIDF_PATH_TCHAR;
sid.section.a = LPGEN("WhenWasIt");
- sid.cx = sid.cy = 16;
sid.description.a = description;
sid.pszName = name;
sid.defaultFile.t = tszPath;
|