From f9ff9191101e6b8d47e62458c09d92f91427e764 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 11 Mar 2016 17:11:20 +0000 Subject: [PATCH] Removed commented out code from common/textprocessing.cpp --- source/common/textprocessing.cpp | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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 -- 2.39.2