mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 250152 Remove XPT_PARAMDESCRIPTOR_SIZE
r=dbradley
This commit is contained in:
parent
2aabadda48
commit
72625c5395
@ -460,10 +460,6 @@ struct XPTParamDescriptor {
|
||||
#define XPT_PD_IS_SHARED(flags) (flags & XPT_PD_SHARED)
|
||||
#define XPT_PD_IS_DIPPER(flags) (flags & XPT_PD_DIPPER)
|
||||
|
||||
/* this is bogus
|
||||
#define XPT_PARAMDESCRIPTOR_SIZE (XPT_TYPEDESCRIPTOR_SIZE + 1)
|
||||
*/
|
||||
|
||||
extern XPT_PUBLIC_API(PRBool)
|
||||
XPT_FillParamDescriptor(XPTArena *arena,
|
||||
XPTParamDescriptor *pd, PRUint8 flags,
|
||||
|
Loading…
Reference in New Issue
Block a user