src/lib/image.h
changeset 6 766df7c9b90d
parent 1 f3cde3db1fef
child 7 997906f5fd2d
--- a/src/lib/image.h	Mon Dec 28 20:43:33 2009 +0200
+++ b/src/lib/image.h	Mon Dec 28 22:31:33 2009 +0200
@@ -19,10 +19,5 @@
     struct pt_cache *cache;
 };
 
-/**
- * Release the given pt_image without any clean shutdown
- */
-void pt_image_destroy (struct pt_image *image);
-
 
 #endif