diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-09 22:56:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-09 22:56:52 +0000 |
commit | 3c835ffde2e9d9aad789f222413f99e878efa157 (patch) | |
tree | 58c1f5b2f8acd6c076048094a4de6b210e7e4a4b /plugins/Clist_nicer/src/clui.cpp | |
parent | c274523d9bc253461a3c337d66e09532edae6edd (diff) |
nicer+ own extra icons spacing settings removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/clui.cpp')
-rw-r--r-- | plugins/Clist_nicer/src/clui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/clui.cpp b/plugins/Clist_nicer/src/clui.cpp index 63c8953588..d39e996e73 100644 --- a/plugins/Clist_nicer/src/clui.cpp +++ b/plugins/Clist_nicer/src/clui.cpp @@ -597,7 +597,6 @@ void ReloadThemedOptions() cfg::dat.bUsePerProto = cfg::getByte("CLCExt", "useperproto", 0);
cfg::dat.bOverridePerStatusColors = cfg::getByte("CLCExt", "override_status", 0);
cfg::dat.bRowSpacing = cfg::getByte("CLC", "RowGap", 0);
- cfg::dat.exIconScale = cfg::getByte("CLC", "ExIconScale", 16);
cfg::dat.bApplyIndentToBg = cfg::getByte("CLCExt", "applyindentbg", 0);
cfg::dat.bWallpaperMode = cfg::getByte("CLUI", "UseBkSkin", 1);
cfg::dat.bClipBorder = cfg::getByte("CLUI", "clipborder", 0);
|