[dasher: 24/28] Temporarily disable DemoFilter, too many segfaults!



commit 0eccd92a2911bc88f47c443ba742c82d92eb37b3
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Mon Oct 3 17:11:31 2011 +0100

    Temporarily disable DemoFilter, too many segfaults!

 Src/DasherCore/DasherInterfaceBase.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/DasherInterfaceBase.cpp b/Src/DasherCore/DasherInterfaceBase.cpp
index 95e78f2..9cadc4e 100644
--- a/Src/DasherCore/DasherInterfaceBase.cpp
+++ b/Src/DasherCore/DasherInterfaceBase.cpp
@@ -809,7 +809,7 @@ void CDasherInterfaceBase::CreateModules() {
   RegisterModule(new CAlternatingDirectMode(this, this));
   RegisterModule(new CCompassMode(this, this));
   RegisterModule(new CStylusFilter(this, this, m_pFramerate));
-  RegisterModule(new CDemoFilter(this, this, m_pFramerate));
+  //WIP Temporary as too many segfaults! //RegisterModule(new CDemoFilter(this, this, m_pFramerate));
 }
 
 void CDasherInterfaceBase::GetPermittedValues(int iParameter, std::vector<std::string> &vList) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]