summaryrefslogtreecommitdiff
path: root/include/vcl/fixed.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-24 14:35:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-24 15:06:41 +0100
commiteac3793d4d92d75bffd9b282f75a9df20ec19299 (patch)
tree6611dc4a5d8b192dc41cdeb06fe6b47f26dd34f5 /include/vcl/fixed.hxx
parentd0e204942332cd825edc3a38ebf331c02fd4dcfe (diff)
no FixedImage is loaded from .src anymore
Change-Id: I7c5acd18b14822d6344af3709c6d8cfb343104ef
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r--include/vcl/fixed.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx
index 93dafda582ac..0096a7e056f1 100644
--- a/include/vcl/fixed.hxx
+++ b/include/vcl/fixed.hxx
@@ -161,11 +161,8 @@ private:
protected:
SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, DrawFlags nDrawFlags,
const Point& rPos, const Size& rSize );
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
-
public:
explicit FixedImage( vcl::Window* pParent, WinBits nStyle = 0 );
- explicit FixedImage( vcl::Window* pParent, const ResId& );
virtual void ApplySettings(vcl::RenderContext&) override;