diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-29 06:37:26 +0000 | 
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-29 06:37:26 +0000 | 
| commit | 1cc221fa6c8ef6b2e3010f700053391cf024ca07 (patch) | |
| tree | 2437a5fef56664fe8b5746b2f7b70166f006817e | |
| parent | 550f48c642ceb75a67b6dd10f858b7a8f2c0d157 (diff) | |
removed not used struct
git-svn-id: http://svn.miranda-ng.org/main/trunk@13239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
| -rw-r--r-- | plugins/Clist_nicer/src/Include/m_cln_skinedit.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Clist_nicer/src/Include/m_cln_skinedit.h b/plugins/Clist_nicer/src/Include/m_cln_skinedit.h index a643363d70..b98be9b2ba 100644 --- a/plugins/Clist_nicer/src/Include/m_cln_skinedit.h +++ b/plugins/Clist_nicer/src/Include/m_cln_skinedit.h @@ -49,11 +49,6 @@ typedef struct _tagButtonItem {      struct  _tagButtonItem *nextItem;
  } ButtonItem;
 -typedef struct _tagButtonSet {
 -    ButtonItem  *items;
 -    LONG        left, top, right, bottom;               // client area offsets, calculated from button layout
 -} ButtonSet;
 -
  typedef struct {
      char szName[40];
      char szDBname[40];
  | 
