[Plib-devel] SG_NEAR obsolete?
Brought to you by:
sjbaker
|
From: Marten S. <ma...@va...> - 2002-09-08 10:59:33
|
In sg.h, line 1020:
#define SG_NEAR 0x10
#define SG_FAR 0x20
#define SG_TOP 0x30
#define SG_BOT 0x40
#define SG_LEFT 0x50
#define SG_RIGHT 0x60
...but:
$ grep SG_NEAR */*.{h,cxx}
sg/sg.h:#define SG_NEAR 0x10
$
Any objections if I remove them?
/Marten
|