Removed FPKLUDGE hack for Delphi

This commit is contained in:
locka%iol.ie 1999-11-28 16:31:21 +00:00
Родитель 9defa861bb
Коммит 2966b099a8
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -344,11 +344,6 @@ CWebShellContainer::BeginLoadURL(nsIWebShell* aShell, const PRUnichar* aURL)
}
#define FPKLUDGE
#ifdef FPKLUDGE
#include <float.h>
#endif
NS_IMETHODIMP
CWebShellContainer::ProgressLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aProgress, PRInt32 aProgressMax)
{
@ -370,10 +365,6 @@ CWebShellContainer::ProgressLoadURL(nsIWebShell* aShell, const PRUnichar* aURL,
nProgress = nProgressMax; // Progress complete
}
#ifdef FPKLUDGE
_fpreset();
#endif
m_pEvents1->Fire_ProgressChange(nProgress, nProgressMax);
m_pEvents2->Fire_ProgressChange(nProgress, nProgressMax);