diff --git a/content/canvas/src/nsCanvasRenderingContext2D.cpp b/content/canvas/src/nsCanvasRenderingContext2D.cpp index cf338fce9418..2a18e8059c8e 100644 --- a/content/canvas/src/nsCanvasRenderingContext2D.cpp +++ b/content/canvas/src/nsCanvasRenderingContext2D.cpp @@ -111,10 +111,6 @@ #define M_PI_2 1.57079632679489661923 #endif -/* Maximum depth of save() which has style information saved */ -#define STYLE_STACK_DEPTH 50 -#define STYLE_CURRENT_STACK ((mSaveCount