Kaydet (Commit) 591e0fc5 authored tarafından Christina Rossmanith's avatar Christina Rossmanith Kaydeden (comit) Caolán McNamara

Remove unused code

üst da803419
...@@ -1168,17 +1168,6 @@ void PresenterWindowManager::Invalidate (void) ...@@ -1168,17 +1168,6 @@ void PresenterWindowManager::Invalidate (void)
{ {
mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow); mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow);
} }
Reference<awt::XWindow> PresenterWindowManager::GetParentWindow (void) const
{
return mxParentWindow;
}
Reference<rendering::XCanvas> PresenterWindowManager::GetParentCanvas (void) const
{
return mxParentCanvas;
}
void PresenterWindowManager::Update (void) void PresenterWindowManager::Update (void)
{ {
mxClipPolygon = NULL; mxClipPolygon = NULL;
......
...@@ -97,8 +97,6 @@ public: ...@@ -97,8 +97,6 @@ public:
const double nWidth, const double nWidth,
const double nHeight); const double nHeight);
void SetPaneBorderPainter (const ::rtl::Reference<PresenterPaneBorderPainter>& rPainter); void SetPaneBorderPainter (const ::rtl::Reference<PresenterPaneBorderPainter>& rPainter);
css::uno::Reference<css::awt::XWindow> GetParentWindow (void) const;
css::uno::Reference<css::rendering::XCanvas> GetParentCanvas (void) const;
void Update (void); void Update (void);
void Layout (void); void Layout (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment