[gui] - remove FrameMove from GUIDialog as it is not needed anymore
authorMemphiz <memphis@machzwo.de>
Sat, 3 Aug 2013 16:17:04 +0000 (18:17 +0200)
committerMemphiz <memphis@machzwo.de>
Sat, 3 Aug 2013 16:38:27 +0000 (18:38 +0200)
xbmc/guilib/GUIDialog.cpp
xbmc/guilib/GUIDialog.h

index 83d3b3b..ee87469 100644 (file)
@@ -245,11 +245,6 @@ void CGUIDialog::Show()
     Show_Internal();
 }
 
-void CGUIDialog::FrameMove()
-{
-  CGUIWindow::FrameMove();
-}
-
 void CGUIDialog::Render()
 {
   if (!m_active)
index 7befa31..ac83904 100644 (file)
@@ -41,7 +41,6 @@ public:
 
   virtual bool OnAction(const CAction &action);
   virtual bool OnMessage(CGUIMessage& message);
-  virtual void FrameMove();
   virtual void DoProcess(unsigned int currentTime, CDirtyRegionList &dirtyregions);
   virtual void Render();