From b62826ad3887305a76ee1ceabe2060f9d6e8723f Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Mon, 2 Sep 2013 10:55:15 -0300 Subject: Remove more unused methods Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a Reviewed-on: https://gerrit.libreoffice.org/5757 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- include/basegfx/pixel/bpixel.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/basegfx') diff --git a/include/basegfx/pixel/bpixel.hxx b/include/basegfx/pixel/bpixel.hxx index 41c8c5f72720..516a421579a6 100644 --- a/include/basegfx/pixel/bpixel.hxx +++ b/include/basegfx/pixel/bpixel.hxx @@ -125,9 +125,6 @@ namespace basegfx { return (rPixel.maPixelUnion.maCombinedRGBO.mnValue != maPixelUnion.maCombinedRGBO.mnValue); } - - // empty element - static const BPixel& getEmptyBPixel(); }; ////////////////////////////////////////////////////////////////////////// -- cgit