aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp')
-rw-r--r--graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp21
1 files changed, 0 insertions, 21 deletions
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;