diff options
Diffstat (limited to 'plugins/Popup/src')
-rw-r--r-- | plugins/Popup/src/notifications.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Popup/src/notifications.cpp b/plugins/Popup/src/notifications.cpp index a1e25be5f6..b42c5ac902 100644 --- a/plugins/Popup/src/notifications.cpp +++ b/plugins/Popup/src/notifications.cpp @@ -213,7 +213,6 @@ HANDLE RegisterNotification(POPUPNOTIFICATION *notification) SKINICONDESC sid = { 0 };
sid.section.a = section;
- sid.cx = sid.cy = 16;
sid.pszName = setting;
sid.description.a = notification->lpzName;
sid.hDefaultIcon = notification->lchIcon;
|