diff options
-rw-r--r-- | sdext/source/presenter/PresenterNotesView.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |