summaryrefslogtreecommitdiff
path: root/vcl/source/image
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-21 23:48:04 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-23 13:59:24 +0100
commitd95a715dd84564502c85503a0e8ccd28b6799798 (patch)
tree6fb68f15d9b4f3b59a0590b961f865837292b59f /vcl/source/image
parent30b511ae38e2870174db91d12f65a9c3320fc172 (diff)
remove unused constructor parameter
Change-Id: Ia2d1a8d7d43ceac36b6bce87f5a733d6bce3bd6f
Diffstat (limited to 'vcl/source/image')
-rw-r--r--vcl/source/image/ImageList.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/image/ImageList.cxx b/vcl/source/image/ImageList.cxx
index 6c2dff965074..80806ece136f 100644
--- a/vcl/source/image/ImageList.cxx
+++ b/vcl/source/image/ImageList.cxx
@@ -93,8 +93,7 @@ ImageList::ImageList( const ResId& rResId ) :
}
ImageList::ImageList( const ::std::vector< OUString >& rNameVector,
- const OUString& rPrefix,
- const Color* ) :
+ const OUString& rPrefix) :
mpImplData( nullptr ),
mnInitSize( 1 ),
mnGrowSize( 4 )