summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/checksum.hxx3
-rw-r--r--vcl/source/bitmap/checksum.cxx8
2 files changed, 0 insertions, 11 deletions
diff --git a/include/vcl/checksum.hxx b/include/vcl/checksum.hxx
index 34d8ed77ad0f..351820e1aefe 100644
--- a/include/vcl/checksum.hxx
+++ b/include/vcl/checksum.hxx
@@ -64,9 +64,6 @@ VCL_DLLPUBLIC sal_uInt64 vcl_crc64 (
const void *Data, sal_uInt32 DatLen
) SAL_THROW_EXTERN_C();
-
-const sal_uInt64* vcl_get_crc64_table();
-
}
inline BitmapChecksum vcl_get_checksum (
diff --git a/vcl/source/bitmap/checksum.cxx b/vcl/source/bitmap/checksum.cxx
index a5c92c5559d4..cac81a88822e 100644
--- a/vcl/source/bitmap/checksum.cxx
+++ b/vcl/source/bitmap/checksum.cxx
@@ -143,12 +143,4 @@ sal_uInt64 vcl_crc64 (
return Crc;
}
-/*
- * vcl_get_crc64_table.
- */
-const sal_uInt64* vcl_get_crc64_table()
-{
- return vcl_crc64Table;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */