diff options
author | Moonchild <moonchild@palemoon.org> | 2022-02-20 22:00:59 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-02-20 22:00:59 +0000 |
commit | 39e80ed9afe2e5bba65a2786c7eff7c3189d49e8 (patch) | |
tree | ec19a5cbe4d81458e040f29ddd33ef88d76092d5 /system/graphics/thebes | |
parent | 0856f160b3cc00c5ffec2ac895288707edff3e4f (diff) | |
download | GRE-39e80ed9afe2e5bba65a2786c7eff7c3189d49e8.tar.gz |
No issue - Research and resolve NIGHTLY_BUILD conditionals
Diffstat (limited to 'system/graphics/thebes')
-rw-r--r-- | system/graphics/thebes/gfxEnv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/graphics/thebes/gfxEnv.h b/system/graphics/thebes/gfxEnv.h index ff4a8063a..e1e491a9b 100644 --- a/system/graphics/thebes/gfxEnv.h +++ b/system/graphics/thebes/gfxEnv.h @@ -42,7 +42,6 @@ public: // Disabling the crash guard in DriverCrashGuard DECL_GFX_ENV("MOZ_DISABLE_CRASH_GUARD", DisableCrashGuard); - DECL_GFX_ENV("MOZ_FORCE_CRASH_GUARD_NIGHTLY", ForceCrashGuardNightly); // We force present to work around some Windows bugs - disable that if this // environment variable is set. |