summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/pixel/bpixel.cxx14
1 files changed, 0 insertions, 14 deletions
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<basegfx::BPixel, EmptyBPixel> {}; }
-//////////////////////////////////////////////////////////////////////////////
-
-namespace basegfx
-{
- const BPixel& BPixel::getEmptyBPixel()
- {
- return EmptyBPixel::get();
- }
-
- //////////////////////////////////////////////////////////////////////////
- // external operators
-
-} // end of namespace basegfx
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */