]> Dogcows Code - chaz/openbox/blobdiff - obrender/render.c
Merge branch 'master' into chaz
[chaz/openbox] / obrender / render.c
index cb698d6bdc3b040727641f5e00de8327ba8c030d..fe9a2a80dd27669b8888b226ab0b62655e52b23a 100644 (file)
@@ -231,13 +231,6 @@ void RrAppearanceClearTextures(RrAppearance *a)
     memset(a->texture, 0, a->textures * sizeof(RrTexture));
 }
 
-/* shallow copy means up the ref count and return it */
-RrAppearance *RrAppearanceCopyShallow(RrAppearance *orig)
-{
-    orig->ref++;
-    return orig;
-}
-
 /* deep copy of orig, means reset ref to 1 on copy
  * and copy each thing memwise. */
 RrAppearance *RrAppearanceCopy(RrAppearance *orig)
This page took 0.0197 seconds and 4 git commands to generate.