[MPlayer-cvslog] r31406 - trunk/loader/qtx/qtxload.c
diego
subversion at mplayerhq.hu
Mon Jun 14 13:30:59 CEST 2010
Author: diego
Date: Mon Jun 14 13:30:59 2010
New Revision: 31406
Log:
Remove unused function ComponentDummy().
Modified:
trunk/loader/qtx/qtxload.c
Modified: trunk/loader/qtx/qtxload.c
==============================================================================
--- trunk/loader/qtx/qtxload.c Mon Jun 14 13:28:51 2010 (r31405)
+++ trunk/loader/qtx/qtxload.c Mon Jun 14 13:30:59 2010 (r31406)
@@ -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);
More information about the MPlayer-cvslog
mailing list