diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-11-03 20:25:04 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-11-03 20:46:00 -0700 |
commit | d0d62edf3f398e9ddb2fd0f1f5fbe1dd0393ff47 (patch) | |
tree | 2b3ce98e224f70fc2ee8783420ca506afb6a3d3f /vcl/headless/svpgdi.cxx | |
parent | 651aa258c9f2b58e241b1fab7bfb4fc0dae9fbb2 (diff) |
Cleanup basebmp a little
I removed 2 unused headers.
I also stopped delivering a lot of headers that no one outside of basebmp
cared about.
I also removed the unused methods:
basebmp::BitmapDevice::getPaletteEntryCount() const
basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
Diffstat (limited to 'vcl/headless/svpgdi.cxx')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index decd04d4f40f..bfd8d1a97b7b 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -46,7 +46,6 @@ #include <sys/stat.h> #endif -#include "headless/svppspgraphics.hxx" #include <region.h> #include <stdio.h> |