зеркало из https://github.com/mozilla/pjs.git
Bug 623228. Remove some debugging code that snuck in.
This commit is contained in:
Родитель
1687965bfb
Коммит
0bb169be91
|
@ -422,7 +422,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~GLContext() {
|
virtual ~GLContext() {
|
||||||
printf_stderr("~GLContext destructor begin\n");
|
|
||||||
NS_ASSERTION(IsDestroyed(), "GLContext implementation must call MarkDestroyed in destructor!");
|
NS_ASSERTION(IsDestroyed(), "GLContext implementation must call MarkDestroyed in destructor!");
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (mSharedContext) {
|
if (mSharedContext) {
|
||||||
|
@ -433,7 +432,6 @@ public:
|
||||||
tip->ReportOutstandingNames();
|
tip->ReportOutstandingNames();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
printf_stderr("~GLContext destructor end\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
enum GLContextType {
|
enum GLContextType {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче