Bug 1022398 - Remove declaration for method that was removed a long time ago. r=nical

This commit is contained in:
Kartikaya Gupta 2014-06-09 14:02:40 -04:00
parent 8234e8745c
commit 8032d91d71

View File

@ -16,7 +16,6 @@
#include "nsRegion.h" // for nsIntRegion
#include "nscore.h" // for nsACString, etc
class gfx3DMatrix;
struct gfxRGBA;
struct nsIntPoint;
struct nsIntRect;
@ -46,10 +45,6 @@ nsACString&
AppendToString(nsACString& s, const gfxRGBA& c,
const char* pfx="", const char* sfx="");
nsACString&
AppendToString(nsACString& s, const gfx3DMatrix& m,
const char* pfx="", const char* sfx="");
nsACString&
AppendToString(nsACString& s, const nsIntPoint& p,
const char* pfx="", const char* sfx="");