From 660400c9f78cbf045f2b009765ba75e9380b1be2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 11:00:59 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: I393816c526764c21762e5bc19318f862d0f91de5 --- sdext/source/presenter/PresenterNotesView.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sdext/source') diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx index 90450a414d97..685cc20d2e04 100644 --- a/sdext/source/presenter/PresenterNotesView.cxx +++ b/sdext/source/presenter/PresenterNotesView.cxx @@ -48,10 +48,6 @@ using namespace ::com::sun::star::drawing::framework; static const sal_Int32 gnSpaceBelowSeparator (10); static const sal_Int32 gnSpaceAboveSeparator (10); -static const sal_Int32 gnPartHeight (128); -/** Maximal size of memory used for bitmaps which show the notes text. -*/ -static const sal_Int32 gnMaximalCacheSize (8*1024*1024); static const double gnLineScrollFactor (1.2); namespace sdext { namespace presenter { -- cgit