From b00b7a68a743db60e14a375140d3dfa1c9e6de48 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 17 Oct 2014 11:15:38 +0200 Subject: -Werror,-Wunused-private-field Change-Id: I8f312a511b383e1f0f7943a210935386869035b1 --- include/avmedia/mediaplayer.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/include/avmedia/mediaplayer.hxx b/include/avmedia/mediaplayer.hxx index 52d351ec6e12..101c6c623dfc 100644 --- a/include/avmedia/mediaplayer.hxx +++ b/include/avmedia/mediaplayer.hxx @@ -56,7 +56,6 @@ private: virtual void ToggleFloatingMode() SAL_OVERRIDE; MediaWindow* mpMediaWindow; - Size maLastSize; }; inline MediaFloater * getMediaFloater() { -- cgit