diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-12-26 18:49:13 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-12-26 18:49:13 +0000 |
commit | dd0c1fc3a2c6f77fe9f68a291225488a3238b97f (patch) | |
tree | 240279a7459380b3fd01d02d138d0f2f86a40edb /win32/xineutils.def | |
parent | b591eb0a1886757e521a6d2ffe78bcb149397c55 (diff) | |
download | xine-lib-dd0c1fc3a2c6f77fe9f68a291225488a3238b97f.tar.gz xine-lib-dd0c1fc3a2c6f77fe9f68a291225488a3238b97f.tar.bz2 |
Remove unused files. Only one .def file is used for all plugins now.
CVS patchset: 5952
CVS date: 2003/12/26 18:49:13
Diffstat (limited to 'win32/xineutils.def')
-rw-r--r-- | win32/xineutils.def | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/win32/xineutils.def b/win32/xineutils.def deleted file mode 100644 index 1acfce199..000000000 --- a/win32/xineutils.def +++ /dev/null @@ -1,45 +0,0 @@ -;------------------------------------------------------------
-; LIBXINEUTILS DLL DEFINITIONS FILE
-
-EXPORTS
-
-xine_fast_memcpy
-xine_probe_fast_memcpy
-
-xine_mm_accel
-
-;xine_profiler_init
-;xine_profiler_allocate_slot
-;xine_profiler_start_count
-;xine_profiler_stop_count
-;xine_profiler_print_results
-
-xine_xmalloc
-
-xine_xmalloc_aligned
-xine_get_homedir
-
-xine_print_trace
-
-xine_chomp
-xine_usec_sleep
-
-xine_profiler_stop_count
-xine_profiler_start_count
-xine_profiler_allocate_slot
-
-xine_list_new
-xine_list_first_content
-xine_list_next_content
-xine_list_append_content
-xine_list_append_priority_content
-xine_list_delete_current
-xine_list_free
-
-init_yuv_conversion
-
-xml_parser_free_tree
-xml_parser_build_tree
-xml_parser_init
-
-basename
|