summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 12:55:17 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 12:55:17 +0000
commit2199f67906e0fed86393263e0d37099fa3170283 (patch)
tree442fa8cff69a50eb824a30dec1fc0a7ccc3d3fed /loader
parent8f874369b5da96d557a1cc25b8c9cf3627844371 (diff)
downloadmpv-2199f67906e0fed86393263e0d37099fa3170283.tar.bz2
mpv-2199f67906e0fed86393263e0d37099fa3170283.tar.xz
Cosmetics: remove unused and commented out add_stub function header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21383 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 3a02eef2a6..9eae50b860 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -5276,8 +5276,6 @@ static void ext_stubs(void)
printf("Called unk_%s\n", export_names[idx]);
}
-//static void add_stub(int pos)
-
#define MAX_STUB_SIZE 0x60
#define MAX_NUM_STUBS 200
static int pos=0;