From bd6b90359c654f4c75964755e476a8bfd90114ba Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Wed, 30 Aug 2017 08:09:41 +0200 Subject: Remove DSTACK support (#6346) Debugstacks is not useful, we don't really use it, the DebugStack is not pertinent, gdb and lldb are better if we really want to debug. --- src/client/keys.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client') diff --git a/src/client/keys.h b/src/client/keys.h index 7ee286799..9b8e50358 100644 --- a/src/client/keys.h +++ b/src/client/keys.h @@ -73,8 +73,6 @@ public: QUICKTUNE_INC, QUICKTUNE_DEC, - DEBUG_STACKS, - // hotbar SLOT_1, SLOT_2, -- cgit v1.2.3