[fusion-commits] 3D plugin: Changes to 'master' (ab65d37229b3a1620b9eb63833a0d41cd3e1a929)

onestone at server.beryl-project.org onestone at server.beryl-project.org
Mon Jul 16 23:14:20 CEST 2007


New commits:
commit ab65d37229b3a1620b9eb63833a0d41cd3e1a929
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Mon Jul 16 23:14:17 2007 +0200

    Remove obsolete deps/features from vtable


 3d.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)


Modified: fusion/plugins/3d/3d.c
===================================================================
--- fusion/plugins/3d/3d.c
+++ fusion/plugins/3d/3d.c
@@ -1080,11 +1080,6 @@ static void tdFini(CompPlugin * p)
 		freeDisplayPrivateIndex(displayPrivateIndex);
 }
 
-CompPluginDep tdDeps[] = {
-	{CompPluginRuleBefore, "cube"}
-	,
-};
-
 static int tdGetVersion(CompPlugin *p, int version)
 {
 	return ABIVERSION;
@@ -1106,10 +1101,6 @@ static CompPluginVTable tdVTable = {
 	/*tdSetDisplayOption */ 0,
 	0,
 	0,
-	tdDeps,
-	sizeof(tdDeps) / sizeof(tdDeps[0]),
-	0,
-	0
 };
 
 CompPluginVTable *getCompPluginInfo(void)


More information about the commits mailing list