Removed IconWidth and IconHeight

This commit is contained in:
jsalmon3 2004-01-30 17:58:38 +00:00
parent 7afeea1cf5
commit 8ef7fea250

View file

@ -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
----------------------------------------------------------------------------*/