diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h index 99a7737..3753785 100644 --- a/Include/object.h +++ b/Include/object.h @@ -396,7 +396,6 @@ typedef struct{ typedef struct{ const char* name; - const char* doc; int basicsize; int itemsize; int flags; |