summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-30 14:35:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-30 16:33:32 +0000
commit21f934a7c54e6a62aac046b99e05bbcf394c4de4 (patch)
tree361155efd0a4dc4fc99553080595db1a69c41c0b /include
parent3ff74ff16b43cccf86cfd56c1f6b7ce30ce0b65d (diff)
ImageLists no longer loaded from resource files
Change-Id: I5bf1c75dce7bc9af6aaa92447fab7239dff4b676
Diffstat (limited to 'include')
-rw-r--r--include/tools/rcid.h1
-rw-r--r--include/vcl/image.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index 924b3d22dc02..708a0e14fc7b 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -41,7 +41,6 @@
#define RSC_MENUITEM (RSC_NOTYPE + 0x1d) // only used internally
#define RSC_KEYCODE (RSC_NOTYPE + 0x1f)
#define RSC_IMAGE (RSC_NOTYPE + 0x23)
-#define RSC_IMAGELIST (RSC_NOTYPE + 0x24)
#define RSC_STRINGARRAY (RSC_NOTYPE + 0x79)
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index a571fab6e20e..f6ed44a6f1fd 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -75,7 +75,6 @@ class VCL_DLLPUBLIC ImageList
{
public:
explicit ImageList();
- explicit ImageList( const ResId& rResId );
ImageList( const std::vector<OUString>& rNameVector,
const OUString& rPrefix);