summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-01 17:49:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-01 22:19:41 +0200
commit3c498ff3de6b4fb0ccdebc19d1b4dc5452e6d70b (patch)
tree73846b313a09044183aac2b98e23b294f56d517f /include
parenta9f8f86387e7ef7eb5dd17528075e510a1b084a5 (diff)
drop newly unused EnableImageDisplay + EnableTextDisplay
Change-Id: I534c5fcfe2e8b55d0f01075b62e7168a10e805a9 Reviewed-on: https://gerrit.libreoffice.org/76819 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/button.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 4e782aa7a437..d6f39bb6f8f2 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -84,9 +84,6 @@ public:
void SetImageAlign( ImageAlign eAlign );
ImageAlign GetImageAlign() const;
- void EnableImageDisplay( bool bEnable );
- void EnableTextDisplay( bool bEnable );
-
bool IsSmallSymbol() const;
void SetSmallSymbol();
virtual bool set_property(const OString &rKey, const OUString &rValue) override;