From 3ad5853beba47447275380bd5eae111fb4ec20cb Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 25 Sep 2015 00:53:20 -0700 Subject: [PATCH] Bug 1208365 (part 1) - Remove unused EXTEND_PAD_EDGE. r=Bas. --HG-- extra : rebase_source : 47f0cf49279cad1a8bcc5ae00ea45af36c5cf063 --- gfx/thebes/gfxPattern.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gfx/thebes/gfxPattern.h b/gfx/thebes/gfxPattern.h index 04ed39f61409..567a5cda3dde 100644 --- a/gfx/thebes/gfxPattern.h +++ b/gfx/thebes/gfxPattern.h @@ -57,17 +57,7 @@ public: EXTEND_NONE, EXTEND_REPEAT, EXTEND_REFLECT, - EXTEND_PAD, - - // Our own private flag for setting either NONE or PAD, - // depending on what the platform does for NONE. This is only - // relevant for surface patterns; for all other patterns, it - // behaves identical to PAD. On MacOS X, this becomes "NONE", - // because Quartz does the thing that we want at image edges; - // similarily on the win32 printing surface, since - // everything's done with GDI there. On other platforms, it - // usually becomes PAD. - EXTEND_PAD_EDGE = 1000 + EXTEND_PAD }; // none, repeat, reflect