From 16117143d8f12dac65caa8368f56a7e8af8f0db2 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 29 May 2012 10:21:07 +0000 Subject: Massive Code cleanup: * Remove all code for Texture and Sequencer plugin system, this never worked in 2.5x / 2.6x and is therefore not needed anymore. * DNA structures are kept, all read/writefile code is gone. --- source/creator/creator.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/creator') diff --git a/source/creator/creator.c b/source/creator/creator.c index 320cb31b709..4294ddc8feb 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -150,8 +150,6 @@ static int print_version(int argc, const char **argv, void *data); /* for the callbacks: */ -extern int pluginapi_force_ref(void); /* from blenpluginapi:pluginapi.c */ - #define BLEND_VERSION_STRING_FMT \ "Blender %d.%02d (sub %d)\n", \ BLENDER_VERSION/100, BLENDER_VERSION%100, BLENDER_SUBVERSION \ @@ -1257,11 +1255,6 @@ int main(int argc, const char **argv) RNA_init(); RE_engines_init(); - /* Hack - force inclusion of the plugin api functions, - * see blenpluginapi:pluginapi.c - */ - pluginapi_force_ref(); - init_nodesystem(); initglobals(); /* blender.c */ -- cgit v1.2.3