aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-08-03 20:25:34 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-08-03 20:25:34 +0800
commit29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd (patch)
tree20c2ab30bd508776042fdf4fc6786f38f6a33277 /embed
parent998168dda9421fca4928b7dc0bb3d59fb63cd6b6 (diff)
downloadgsoc2013-epiphany-29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd.tar
gsoc2013-epiphany-29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd.tar.gz
gsoc2013-epiphany-29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd.tar.bz2
gsoc2013-epiphany-29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd.tar.lz
gsoc2013-epiphany-29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd.tar.xz
gsoc2013-epiphany-29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd.tar.zst
gsoc2013-epiphany-29b1ab6e653d2e19a665e56c7d6fe6e200ec38bd.zip
0.8.2. Drop mozilla 1.3 compatibility.Release082
2003-08-03 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: * embed/mozilla/GlobalHistory.cpp: 0.8.2. Drop mozilla 1.3 compatibility.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GlobalHistory.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp
index 24aff6f7f..62a5cfb75 100644
--- a/embed/mozilla/GlobalHistory.cpp
+++ b/embed/mozilla/GlobalHistory.cpp
@@ -109,22 +109,6 @@ NS_IMETHODIMP MozGlobalHistory::GetCount(PRUint32 *aCount)
return NS_ERROR_NOT_IMPLEMENTED;
}
-#if MOZILLA_SNAPSHOT <= 7
-
-/* void startBatchUpdate (); */
-NS_IMETHODIMP MozGlobalHistory::StartBatchUpdate()
-{
- return NS_ERROR_NOT_IMPLEMENTED;
-}
-
-/* void endBatchUpdate (); */
-NS_IMETHODIMP MozGlobalHistory::EndBatchUpdate()
-{
- return NS_ERROR_NOT_IMPLEMENTED;
-}
-
-#endif
-
/* void markPageAsTyped (in string url); */
NS_IMETHODIMP MozGlobalHistory::MarkPageAsTyped(const char *url)
{