summaryrefslogtreecommitdiff
path: root/include/vcl/salgtype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/salgtype.hxx')
-rw-r--r--include/vcl/salgtype.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/salgtype.hxx b/include/vcl/salgtype.hxx
index d19bf776a31f..902170555526 100644
--- a/include/vcl/salgtype.hxx
+++ b/include/vcl/salgtype.hxx
@@ -36,15 +36,6 @@ enum class DeviceFormat {
constexpr ::Color SALCOLOR_NONE ( 0xFF, 0xFF, 0xFF, 0xFF );
-// must equal to the Windows POINT type, which is why we use sal_Int32
-struct SalPoint
-{
- sal_Int32 mnX;
- sal_Int32 mnY;
-};
-
-typedef const SalPoint* PCONSTSALPOINT;
-
struct SalTwoRect
{
tools::Long mnSrcX;