diff options
Diffstat (limited to 'embed/mozilla/EphyUtils.cpp')
-rw-r--r-- | embed/mozilla/EphyUtils.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/embed/mozilla/EphyUtils.cpp b/embed/mozilla/EphyUtils.cpp index 28286990a..60b5e01af 100644 --- a/embed/mozilla/EphyUtils.cpp +++ b/embed/mozilla/EphyUtils.cpp @@ -347,16 +347,3 @@ EphyUtils::CollatePrintSettings (EmbedPrintInfo *info, return NS_OK; } - -PRBool -EphyUtils::StringEquals (nsAString &s1, nsAString &s2) -{ - if (s1.Length() != s2.Length()) - { - return FALSE; - } - - return (memcmp (s1.BeginReading(), - s2.BeginReading(), - s2.Length() * sizeof (PRUnichar)) == 0); -} |