Fixed build warning and removed NS_TIMER_STYLE_RESOLUTION define.

git-svn-id: svn://10.0.0.236/trunk@48405 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-09-20 21:36:53 +00:00
parent e99e5b2e46
commit 9ca0e1429c
3 changed files with 6 additions and 9 deletions

View File

@@ -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