moved side defines to nsStyleConsts

This commit is contained in:
peterl%netscape.com 1998-10-26 23:13:14 +00:00
Родитель c84d919a40
Коммит 773d84e733
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -33,12 +33,6 @@ class nsIPresContext;
class nsISupportsArray;
// Indicies into border/padding/margin arrays
#define NS_SIDE_TOP 0
#define NS_SIDE_RIGHT 1
#define NS_SIDE_BOTTOM 2
#define NS_SIDE_LEFT 3
// The lifetime of these objects is managed by the nsIStyleContext.
struct nsStyleFont : public nsStyleStruct {