changeset 31340:70f60913b117

Remove unused function ComponentDummy().
author diego
date Mon, 14 Jun 2010 11:30:59 +0000
parents 4a3c8f6ab63a
children 51e187da29dd
files loader/qtx/qtxload.c
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/loader/qtx/qtxload.c	Mon Jun 14 11:28:51 2010 +0000
+++ b/loader/qtx/qtxload.c	Mon Jun 14 11:30:59 2010 +0000
@@ -25,19 +25,6 @@
 #include "loader/ldt_keeper.h"
 #include "mp_msg.h"
 
-/* this is what a plain component looks like */
-ComponentResult ComponentDummy(
-    ComponentParameters *params,
-    void **globals,
-    ComponentResult (*ComponentDispatch)(ComponentParameters *, void **))
-{
-    printf("ComponentDummy(params: %p, globals: %p, dispatcher: %p) called!\n",
-	params, globals, ComponentDispatch);
-    printf(" Dummy: global datas: %p\n", *globals);
-    printf(" Dummy: returning 0\n");
-    return 0;
-}
-
 char *get_path(const char* x){  return strdup(x);}
 
 void* LoadLibraryA(char* name);