|
Boost-Commit : |
From: jmcintyre_at_[hidden]
Date: 2008-01-28 19:18:00
Author: jared
Date: 2008-01-28 19:18:00 EST (Mon, 28 Jan 2008)
New Revision: 43005
URL: http://svn.boost.org/trac/boost/changeset/43005
Log:
remove unused variables and functions from test
Text files modified:
sandbox/pinhole/libs/pinhole/test/test_property_groups.cpp | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
Modified: sandbox/pinhole/libs/pinhole/test/test_property_groups.cpp
==============================================================================
--- sandbox/pinhole/libs/pinhole/test/test_property_groups.cpp (original)
+++ sandbox/pinhole/libs/pinhole/test/test_property_groups.cpp 2008-01-28 19:18:00 EST (Mon, 28 Jan 2008)
@@ -1,6 +1,6 @@
// Boost.Pinhole library
-// Copyright Jared McIntyre 2007. Use, modification and
+// Copyright Jared McIntyre 2007-2008. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
@@ -108,17 +108,10 @@
property_manager::m_instance.reset( this );
uiChildCount = 0;
- uiSelectSingleNodeCallCount = 0;
uiRegisterPropertyGroupCallCount = 0;
uiUnRegisterPropertyGroupCallCount = 0;
uiAddCategoryCallCount = 0;
}
- virtual property_group* select_single_node(property_group* pCurrentPropertyGroup, const string& xpath)
- {
- ++uiSelectSingleNodeCallCount;
-
- return 0;
- }
virtual void register_property_group( property_group *pPropertyGroup )
{
++uiRegisterPropertyGroupCallCount;
@@ -143,7 +136,6 @@
}
unsigned int uiChildCount;
- unsigned int uiSelectSingleNodeCallCount;
unsigned int uiRegisterPropertyGroupCallCount;
unsigned int uiUnRegisterPropertyGroupCallCount;
unsigned int uiAddCategoryCallCount;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk