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 --- basegfx/source/pixel/bpixel.cxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'basegfx') diff --git a/basegfx/source/pixel/bpixel.cxx b/basegfx/source/pixel/bpixel.cxx index 579b8cbc8b8c..47561de84f76 100644 --- a/basegfx/source/pixel/bpixel.cxx +++ b/basegfx/source/pixel/bpixel.cxx @@ -22,18 +22,4 @@ namespace { struct EmptyBPixel : public rtl::Static {}; } -////////////////////////////////////////////////////////////////////////////// - -namespace basegfx -{ - const BPixel& BPixel::getEmptyBPixel() - { - return EmptyBPixel::get(); - } - - ////////////////////////////////////////////////////////////////////////// - // external operators - -} // end of namespace basegfx - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit