From e6ba08c3b21cdb14ee3a97b5d584759a4597b54b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 21 Nov 2021 17:04:21 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.74.0 Signed-off-by: Michele Calgaro --- .../tests/input/cpp/align_class.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/align_class.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/align_class.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/align_class.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/align_class.cpp deleted file mode 100644 index d47e77bb..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/align_class.cpp +++ /dev/null @@ -1,14 +0,0 @@ -//--------------------------------------------------------------------------- -// Statics | -//--------------------------------------------------------------------------- -void CTdrFile::SetDistanceMode( TDistMode dm ) { CTdrFile::ms_DistMode = dm; } -TDistMode CTdrFile::GetDistanceMode( void ) { return CTdrFile::ms_DistMode; } -String CTdrFile::GetDistanceModeUnits( void ) { return ( CTdrFile::GetDistanceMode() == dmKM ) ? "km" : "Miles"; } -void CTdrFile::SetBSTCompensation( bool bUseBST ){ ms_bCompBST = bUseBST; } -void CTdrFile::SetFactoryMode( bool bFactory ) { ms_bFactory = bFactory; } -bool CTdrFile::GetFactoryMode( void ) { return ms_bFactory; } - -unsigned int CAgentCharacter::iReferenceCount = 0; -IAgentEx* CAgentCharacter::pAgentEx = NULL; -CAgentNotifySink* CAgentCharacter::pSink = NULL; - -- cgit v1.2.3