diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-09 15:13:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-09 15:13:56 +0000 |
commit | e319f126a0718b4335d39e74b5dfdebd4115f6d0 (patch) | |
tree | 0e91bc99ac8e32b4a27f8d8db8d6aeec5d4d4429 /plugins/Clist_nicer/src/Include | |
parent | ff7f3e307695442889801f3bd9afbe14075da6d8 (diff) |
clist nicer:
- removed hand-made tabs in options;
- removed all traces of the display profiles;
- all options' dialogs reorganized to work directly on PSM_APPLY
git-svn-id: http://svn.miranda-ng.org/main/trunk@2257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/Include')
-rw-r--r-- | plugins/Clist_nicer/src/Include/clc.h | 32 | ||||
-rw-r--r-- | plugins/Clist_nicer/src/Include/resource.h | 1 |
2 files changed, 0 insertions, 33 deletions
diff --git a/plugins/Clist_nicer/src/Include/clc.h b/plugins/Clist_nicer/src/Include/clc.h index 7e2cacdf3f..ea9e93f65f 100644 --- a/plugins/Clist_nicer/src/Include/clc.h +++ b/plugins/Clist_nicer/src/Include/clc.h @@ -121,38 +121,6 @@ typedef struct _OrderTreeData BOOL fReserved;
} *PORDERTREEDATA, ORDERTREEDATA;
-struct DisplayProfile
-{
- DWORD dwFlags;
- DWORD dwExtraImageMask;
- int exIconScale;
- BOOL bCenterStatusIcons;
- BOOL bDimIdle, bNoOfflineAvatars, bShowLocalTime, bShowLocalTimeSelective, bDontSeparateOffline, bCenterGroupNames;
- BYTE dualRowMode;
- COLORREF avatarBorder;
- DWORD avatarRadius;
- int avatarSize;
- DWORD clcExStyle;
- DWORD clcOfflineModes;
- BYTE sortOrder[3], bUseDCMirroring, bGroupAlign;
- BYTE avatarPadding;
- BYTE bLeftMargin, bRightMargin, bRowSpacing, bGroupIndent, bRowHeight, bGroupRowHeight;
-};
-typedef struct DisplayProfile DISPLAYPROFILE;
-
-/*
- * a set of 4 (online, offline, selected, hottracked) display profiles
- */
-
-struct DisplayProfileSet {
- UINT uID;
- TCHAR tszName[60];
- DISPLAYPROFILE dp[4];
-};
-typedef struct DisplayProfileSet DISPLAYPROFILESET;
-
-#define DSP_PROFILES_MODULE "CLN_DspProfiles" // db module for display profiles
-
struct TExtraCache
{
HANDLE hContact;
diff --git a/plugins/Clist_nicer/src/Include/resource.h b/plugins/Clist_nicer/src/Include/resource.h index 121ebe07f8..a6f229e4f8 100644 --- a/plugins/Clist_nicer/src/Include/resource.h +++ b/plugins/Clist_nicer/src/Include/resource.h @@ -31,7 +31,6 @@ #define IDD_OPT_CLCBKG 230
#define IDD_OPT_SBAR 234
#define IDD_DELETECONTACT 254
-#define IDD_OPT_DSPPROFILES 300
#define IDD_OPT_DSPADVANCED 301
#define IDD_OPT_DSPITEMS 302
#define IDD_OPT_DSPGROUPS 303
|