summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-28 13:34:30 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-28 13:34:30 +0200
commite901c15c63ad118f9722505776cb8d74c2004526 (patch)
tree02fd59a1000222d8220f01e1c20dd9020984e594 /sc/source/core/opencl
parent7aa411f0b4586dc27ae75adf673eef331acb7d36 (diff)
Bin unused SingleVectorFormula and DoubleVectorFormula types
Change-Id: Ia71a4aec6097a6dd07716438d7647dff4252e190
Diffstat (limited to 'sc/source/core/opencl')
-rw-r--r--sc/source/core/opencl/openclwrapper.hxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index 8e1974da9582..ef9842ab03f1 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -68,28 +68,6 @@ struct GPUEnv
bool mnAmdFp64Flag;
};
-struct SingleVectorFormula
-{
- const double *mdpInputLeftData;
- const double *mdpInputRightData;
- size_t mnInputLeftDataSize;
- size_t mnInputRightDataSize;
- uint mnInputLeftStartPosition;
- uint mnInputRightStartPosition;
- int mnInputLeftOffset;
- int mnInputRightOffset;
-};
-
-struct DoubleVectorFormula
-{
- const double *mdpInputData;
- size_t mnInputDataSize;
- uint mnInputStartPosition;
- uint mnInputEndPosition;
- int mnInputStartOffset;
- int mnInputEndOffset;
-};
-
class OpenCLDevice
{
public: