Removed IconWidth and IconHeight
This commit is contained in:
parent
7afeea1cf5
commit
8ef7fea250
1 changed files with 0 additions and 7 deletions
|
@ -78,12 +78,10 @@
|
|||
** Icon::X
|
||||
**
|
||||
** X pixel index into the graphic image.
|
||||
** (Icon::Index%5)*IconWidth.
|
||||
**
|
||||
** Icon::Y
|
||||
**
|
||||
** Y pixel index into the graphic image.
|
||||
** (Icon::Index/5)*IconHeight.
|
||||
**
|
||||
** Icon::Width
|
||||
**
|
||||
|
@ -197,11 +195,6 @@ typedef struct _icon_config_ {
|
|||
|
||||
extern char** IconWcNames; /// pud original -> internal
|
||||
|
||||
/** FIXME: Not needed */
|
||||
extern int IconWidth; /// icon width in panels
|
||||
/** FIXME: Not needed */
|
||||
extern int IconHeight; /// icon height in panels
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
-- Functions
|
||||
----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Reference in a new issue