From: Steve Brokenshire Date: Fri, 11 Mar 2016 17:11:20 +0000 (+0000) Subject: Removed commented out code from common/textprocessing.cpp X-Git-Tag: release-0.11~145 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=f9ff9191101e6b8d47e62458c09d92f91427e764 Removed commented out code from common/textprocessing.cpp --- diff --git a/source/common/textprocessing.cpp b/source/common/textprocessing.cpp index b9832e5..e2f0428 100644 --- a/source/common/textprocessing.cpp +++ b/source/common/textprocessing.cpp @@ -177,20 +177,4 @@ bool MapDataExists(int *ItemIndex, std::map *MapPtr){ } -} - -/* -template -void DeleteMapData(ArgMap* ArgMapPtr, Args*... ArgsList){ - - //DeleteMapDataProcess(ArgMapPtr); - - DeleteMapData(ArgsList...); - -} -*/ -/* -void test(int* x) { - -} -*/ \ No newline at end of file +} \ No newline at end of file