From f63d29106c5fc8bf4d97d8d80d93398d71be8df4 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Sun, 17 Jul 2011 14:27:53 +0000 Subject: - Remove graphics/crystalspace as it has expired - Remove graphics/crystalentitylayer as it depends on graphics/crystalspace Approved by: acm (maintainer), bapt (mentor) --- ...ugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp (limited to 'graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp') diff --git a/graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp b/graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp deleted file mode 100644 index d408aa15ba16..000000000000 --- a/graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/mesh/genmesh/persist/gmesh3ds/gmesh3ds.cpp Mon Sep 10 10:41:09 2007 -+++ plugins/mesh/genmesh/persist/gmesh3ds/gmesh3ds.cpp Mon Sep 10 10:42:20 2007 -@@ -278,15 +278,15 @@ - } - - --static int DataReadFunc (void *self, Lib3dsByte *buffer, int size) -+static size_t DataReadFunc (void *self, void *buffer, size_t size) - { - iFile* pData = (iFile*)self; - return (int)pData->Read ((char*)buffer, size ); - } - - --static int DataWriteFunc (void* /*self*/, const Lib3dsByte* /*buffer*/, -- int /*size*/) -+static size_t DataWriteFunc (void* /*self*/, const void* /*buffer*/, -+ size_t /*size*/) - { - // not yet implemented - return 0; -- cgit v1.2.3