Fixed build warning and removed NS_TIMER_STYLE_RESOLUTION define.

This commit is contained in:
nisheeth%netscape.com 1999-09-20 21:36:53 +00:00
Родитель fa2d9479a7
Коммит c456489505
3 изменённых файлов: 6 добавлений и 9 удалений

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

@ -32,8 +32,6 @@
#include "stopwatch.h"
#ifdef RAPTOR_PERF_METRICS
#include "nsITimeRecorder.h"
#define NS_TIMER_STYLE_RESOLUTION 1
#endif
static NS_DEFINE_IID(kIStyleSetIID, NS_ISTYLE_SET_IID);
@ -1096,4 +1094,5 @@ StyleSetImpl::PrintTimer(PRUint32 aTimerID)
return rv;
}
#endif
#endif

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

@ -32,8 +32,6 @@
#include "stopwatch.h"
#ifdef RAPTOR_PERF_METRICS
#include "nsITimeRecorder.h"
#define NS_TIMER_STYLE_RESOLUTION 1
#endif
static NS_DEFINE_IID(kIStyleSetIID, NS_ISTYLE_SET_IID);
@ -1096,4 +1094,5 @@ StyleSetImpl::PrintTimer(PRUint32 aTimerID)
return rv;
}
#endif
#endif

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

@ -32,8 +32,6 @@
#include "stopwatch.h"
#ifdef RAPTOR_PERF_METRICS
#include "nsITimeRecorder.h"
#define NS_TIMER_STYLE_RESOLUTION 1
#endif
static NS_DEFINE_IID(kIStyleSetIID, NS_ISTYLE_SET_IID);
@ -1096,4 +1094,5 @@ StyleSetImpl::PrintTimer(PRUint32 aTimerID)
return rv;
}
#endif
#endif