summaryrefslogtreecommitdiff
path: root/include/vcl/bitmapex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-21 10:06:26 +0200
committerNoel Grandin <noel@peralex.com>2015-09-22 20:21:55 +0200
commitba6cbddd8890b3a5693a187b32c9b92a67511f3d (patch)
tree9994d3b17aace18d211d7fcc9e32474361359726 /include/vcl/bitmapex.hxx
parent55dda8e8d0a29ae150f58168d72ab2611ed2b8a8 (diff)
remove some unused params
Change-Id: Id4f6da92526cea3e9b01bd23f6569843dfb17d89
Diffstat (limited to 'include/vcl/bitmapex.hxx')
-rw-r--r--include/vcl/bitmapex.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx
index 8d9b8ec4dbb4..23d8dd94acde 100644
--- a/include/vcl/bitmapex.hxx
+++ b/include/vcl/bitmapex.hxx
@@ -361,15 +361,11 @@ public:
@param pFilterParam
Various parameter for the different bitmap filter algorithms
- @param pProgress
- A callback for showing the progress of the vectorization
-
@return true, if the operation was completed successfully.
*/
bool Filter(
BmpFilter eFilter,
- const BmpFilterParam* pFilterParam = NULL,
- const Link<>* pProgress = NULL );
+ const BmpFilterParam* pFilterParam = NULL );
/** Get transparency at given position