From f4fbdf7f9c8e657cccb679b341397daabee7079b Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 20 Feb 2012 13:16:51 +0100 Subject: unusedcode.easy: Remove SwProtocol::Snapshot() And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() --- vcl/ios/source/window/salframe.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/ios/source') diff --git a/vcl/ios/source/window/salframe.cxx b/vcl/ios/source/window/salframe.cxx index 10f087ee3724..0665fc91fb7c 100644 --- a/vcl/ios/source/window/salframe.cxx +++ b/vcl/ios/source/window/salframe.cxx @@ -958,11 +958,6 @@ void IosSalFrame::SetBackgroundBitmap( SalBitmap* ) //TODO: implement } -SalBitmap* IosSalFrame::SnapShot() -{ - return mpGraphics ? mpGraphics->getBitmap( 0, 0, maGeometry.nWidth, maGeometry.nHeight ) : NULL; -} - SalFrame* IosSalFrame::GetParent() const { return mpParent; -- cgit