diff options
| author | Dave Foster <daf@minuslab.net> | 2007-09-20 22:36:52 -0400 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2010-10-14 15:54:47 +0200 |
| commit | 0ae3388b6a6cef0f33f26369ccc3cdd5687ea930 (patch) | |
| tree | fa8af943b0312d8d3b751b020311829e0c1041f9 /obrender/render.h | |
| parent | 6d30d66efb028fbafb58712aa5b71cadfeef2e32 (diff) | |
Button proper freeing/newing.
Diffstat (limited to 'obrender/render.h')
| -rw-r--r-- | obrender/render.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/obrender/render.h b/obrender/render.h index a8a8fe36..dad3c540 100644 --- a/obrender/render.h +++ b/obrender/render.h @@ -222,8 +222,6 @@ struct _RrTexture { struct _RrAppearance { const RrInstance *inst; - gint ref; - RrSurface surface; gint textures; RrTexture *texture; @@ -317,7 +315,6 @@ gulong RrColorPixel (const RrColor *c); GC RrColorGC (RrColor *c); RrAppearance *RrAppearanceNew (const RrInstance *inst, gint numtex); -RrAppearance *RrAppearanceCopyShallow (RrAppearance *a); RrAppearance *RrAppearanceCopy (RrAppearance *a); void RrAppearanceFree (RrAppearance *a); void RrAppearanceRemoveTextures(RrAppearance *a); |
