Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2008-02-15 15:41:27 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2008-02-15 15:41:27 +0300
commit113b684e07416833dec815db4b4a010a4bf99df2 (patch)
tree611788a77f208a7538a5fa5a27f4a51553424b5d /source/blender/blenkernel/bad_level_call_stubs
parent0ef89331e2a4a235bc17f82fe52a0e567c0e47c8 (diff)
== Linux ==
Removing the stub I added for a binreloc function. Here for some reason it's needed (somehow binreloc is not being included ?) or the player won't link, but for others (at least on 64 bit systems) the opposite happens. Thanks Chris Want for the feedback to the commit where I tested this.
Diffstat (limited to 'source/blender/blenkernel/bad_level_call_stubs')
-rw-r--r--source/blender/blenkernel/bad_level_call_stubs/stubs.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/blenkernel/bad_level_call_stubs/stubs.c b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
index e7a8fd5278d..c05d6e14cde 100644
--- a/source/blender/blenkernel/bad_level_call_stubs/stubs.c
+++ b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
@@ -352,11 +352,3 @@ void harmonic_coordinates_bind(struct MeshDeformModifierData *mmd,
void PE_free_particle_edit(struct ParticleSystem *psys) {}
void PE_get_colors(char sel[4], char nosel[4]) {}
void PE_recalc_world_cos(struct Object *ob, struct ParticleSystem *psys) {}
-
-/* binreloc */
-#ifdef __linux__
-char *zLhm65070058860608_br_find_exe(const char *default_exe)
-{
- return 0;
-}
-#endif