From dced6868efb7e5021de187b62d07b814cac3f2c2 Mon Sep 17 00:00:00 2001 From: commy2 Date: Sat, 20 Feb 2016 16:15:07 +0100 Subject: [PATCH] remove debug and update stringtable header --- addons/help/config.cpp | 2 -- addons/help/stringtable.xml | 2 +- addons/help/test_key.hpp | 22 ---------------------- 3 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 addons/help/test_key.hpp diff --git a/addons/help/config.cpp b/addons/help/config.cpp index 2f4d1cfbf..d4b46e5c3 100644 --- a/addons/help/config.cpp +++ b/addons/help/config.cpp @@ -14,5 +14,3 @@ class CfgPatches { #include "CfgEventhandlers.hpp" #include "CfgRscStd.hpp" - -//#include "test_key.hpp" diff --git a/addons/help/stringtable.xml b/addons/help/stringtable.xml index 28e17c2ad..3413d1ac7 100644 --- a/addons/help/stringtable.xml +++ b/addons/help/stringtable.xml @@ -1,5 +1,5 @@ - + diff --git a/addons/help/test_key.hpp b/addons/help/test_key.hpp deleted file mode 100644 index faf059f30..000000000 --- a/addons/help/test_key.hpp +++ /dev/null @@ -1,22 +0,0 @@ - -class CfgSettings { - class CBA { - class Events { - class TestAddon { - action1 = 15; // tab - - class action2 { // ctrl T - key = 20; - shift = 0; - ctrl = 1; - alt = 0; - }; - }; - }; - }; -}; - -/* -a1 = ["TestAddon", "action1", { systemChat str _this }] call CBA_fnc_addKeyHandlerFromConfig; -a2 = ["TestAddon", "action2", { systemChat str _this }] call CBA_fnc_addKeyHandlerFromConfig; -*/