Moving ValidateDocData() to mozilla/network/util/mkbuf.c for all platforms

git-svn-id: svn://10.0.0.236/trunk@19154 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-02-01 12:45:49 +00:00
parent 9618cf9f73
commit 8a4d2c923f

View File

@@ -23,12 +23,6 @@
#include "xp_linebuf.h"
#include "mkbuf.h"
extern "C" XP_Bool ValidateDocData(MWContext *window_id)
{
printf("ValidateDocData not implemented, stubbed in webshell/tests/viewer/nsStubs.cpp\n");
return PR_TRUE;
}
/* Unix: Moved these stubs to lib/xp/xp_stubs.c so we don't keep
copying this stub function around. Mac & Win32 should follow suit. */