summaryrefslogtreecommitdiff
path: root/obrender/render.h
diff options
context:
space:
mode:
authorDave Foster <daf@minuslab.net>2007-09-20 22:36:52 -0400
committerMikael Magnusson <mikachu@gmail.com>2010-10-14 15:54:47 +0200
commit0ae3388b6a6cef0f33f26369ccc3cdd5687ea930 (patch)
treefa8af943b0312d8d3b751b020311829e0c1041f9 /obrender/render.h
parent6d30d66efb028fbafb58712aa5b71cadfeef2e32 (diff)
Button proper freeing/newing.
Diffstat (limited to 'obrender/render.h')
-rw-r--r--obrender/render.h3
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);