[dasher] Remove unused GetRenderCount methods. (3-Jun-2009)
- From: Patrick Welche <pwelche src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [dasher] Remove unused GetRenderCount methods. (3-Jun-2009)
- Date: Sat, 15 Aug 2009 14:22:53 +0000 (UTC)
commit 8046b1cb69f671179d38f200135757cdfcab93a3
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date: Mon Aug 10 09:40:32 2009 +0200
Remove unused GetRenderCount methods. (3-Jun-2009)
ChangeLog | 4 ++++
Src/DasherCore/DasherInterfaceBase.cpp | 7 -------
Src/DasherCore/DasherInterfaceBase.h | 2 --
Src/DasherCore/DasherView.h | 4 ----
4 files changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f72ef32..e6586a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-10 Alan Lawrence <acl33 inf phy cam ac uk>
+
+ * Remove unused GetRenderCount methods
+
2009-08-08 Alan Lawrence <acl33 inf phy cam ac uk>
* Tidy up ConversionManager and use a single instance per Factory.
diff --git a/Src/DasherCore/DasherInterfaceBase.cpp b/Src/DasherCore/DasherInterfaceBase.cpp
index cc189cd..380f28b 100644
--- a/Src/DasherCore/DasherInterfaceBase.cpp
+++ b/Src/DasherCore/DasherInterfaceBase.cpp
@@ -1084,13 +1084,6 @@ double CDasherInterfaceBase::GetFramerate() {
return 0.0;
}
-int CDasherInterfaceBase::GetRenderCount() {
- if(m_pDasherView)
- return(m_pDasherView->GetRenderCount());
- else
- return 0;
-}
-
void CDasherInterfaceBase::AddActionButton(const std::string &strName) {
m_vRightButtons.push_back(new CActionButton(this, strName, false));
}
diff --git a/Src/DasherCore/DasherInterfaceBase.h b/Src/DasherCore/DasherInterfaceBase.h
index 1e63f2f..1211309 100644
--- a/Src/DasherCore/DasherInterfaceBase.h
+++ b/Src/DasherCore/DasherInterfaceBase.h
@@ -296,8 +296,6 @@ public:
double GetFramerate();
- int GetRenderCount();
-
/// @}
/// @name Control hierarchy and action buttons
diff --git a/Src/DasherCore/DasherView.h b/Src/DasherCore/DasherView.h
index e2f3a36..fabf794 100644
--- a/Src/DasherCore/DasherView.h
+++ b/Src/DasherCore/DasherView.h
@@ -125,10 +125,6 @@ public:
/// \todo Clarify relationship between Render functions and probably only expose one
virtual bool Render(CDasherNode *pRoot, myint iRootMin, myint iRootMax, std::vector<CDasherNode *> &vNodeList, std::vector<CDasherNode *> &vDeleteList, bool bRedrawDisplay, std::vector<std::pair<myint,bool> >* pvGameTargetY);
- int GetRenderCount() {
- return m_iRenderCount;
- };
-
/// @}
////// Return a reference to the screen - can't be protected due to circlestarthandler
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]