diff options
author | Jamey Sharp <jamey@minilop.net> | 2010-06-12 16:20:00 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2010-09-13 15:55:17 -0700 |
commit | b2184024361717358e35a56b084c4a71cbc29234 (patch) | |
tree | d5f141a715847d30054ae87770d571408ac7ad23 /include | |
parent | 139aa6e74227f0fe52cd8dccf1d563664103aaba (diff) |
Delete unused devPrivate field from GCFuncs and GCOps.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/gcstruct.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gcstruct.h b/include/gcstruct.h index 3f70eada4..b6d71a9a3 100644 --- a/include/gcstruct.h +++ b/include/gcstruct.h @@ -95,7 +95,6 @@ typedef struct _GCFuncs { void (* CopyClip)( GCPtr /*pgcDst*/, GCPtr /*pgcSrc*/); - DevUnion devPrivate; } GCFuncs; /* @@ -264,8 +263,6 @@ typedef struct _GCOps { int /*h*/, int /*x*/, int /*y*/); - - DevUnion devPrivate; } GCOps; /* there is padding in the bit fields because the Sun compiler doesn't |