mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Sheesh. After doing this once today, you'd think I'd learn.
This commit is contained in:
parent
2eba2292ea
commit
ca33e8fd70
@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#include "nsIRDFContainer.h"
|
||||
#include "nsRDFContentUtils.h"
|
||||
#include "nsRDFParserUtils.h"
|
||||
#include "nsRDFResource.h"
|
||||
#include "nsString.h"
|
||||
@ -34,17 +33,6 @@ void XXXNeverCalled()
|
||||
nsRDFParserUtils::GetQuotedAttributeValue(s, s, s);
|
||||
nsRDFParserUtils::IsJavaScriptLanguage(s);
|
||||
|
||||
// nsRDFContentUtils
|
||||
nsRDFContentUtils::AttachTextNode(nsnull, nsnull);
|
||||
nsRDFContentUtils::FindChildByTag(nsnull, 0, nsnull, nsnull);
|
||||
nsRDFContentUtils::FindChildByResource(nsnull, nsnull, nsnull);
|
||||
nsRDFContentUtils::GetElementResource(nsnull, nsnull);
|
||||
nsRDFContentUtils::GetElementRefResource(nsnull, nsnull);
|
||||
nsRDFContentUtils::GetTextForNode(nsnull, s);
|
||||
nsRDFContentUtils::GetElementLogString(nsnull, s);
|
||||
nsRDFContentUtils::MakeElementURI(nsnull, s, cs);
|
||||
nsRDFContentUtils::MakeElementID(nsnull, s, s);
|
||||
|
||||
// rdfutils
|
||||
rdf_MakeRelativeRef(s, s);
|
||||
rdf_MakeRelativeName(s, s);
|
||||
|
Loading…
x
Reference in New Issue
Block a user