diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-27 19:49:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-27 19:49:56 +0300 |
commit | dccf40b1e9168e5341937f35cc8c9bfa1bee433f (patch) | |
tree | 6e8ee1169e0b63e65b358decae05145fe4f8217e /src/dyetool/actions/actions.cpp | |
parent | e05913dbd84ab444dcf41fcc00bf6aa5470d79fe (diff) | |
download | plus-dccf40b1e9168e5341937f35cc8c9bfa1bee433f.tar.gz plus-dccf40b1e9168e5341937f35cc8c9bfa1bee433f.tar.bz2 plus-dccf40b1e9168e5341937f35cc8c9bfa1bee433f.tar.xz plus-dccf40b1e9168e5341937f35cc8c9bfa1bee433f.zip |
Remove popup action "copy bar to chat"
Diffstat (limited to 'src/dyetool/actions/actions.cpp')
-rw-r--r-- | src/dyetool/actions/actions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp index f5db2686a..834f7d2f9 100644 --- a/src/dyetool/actions/actions.cpp +++ b/src/dyetool/actions/actions.cpp @@ -108,5 +108,6 @@ impHandlerVoid(clearDrop) impHandlerVoid(testInfo) impHandlerVoid(craftKey) impHandlerVoid(resetGameModifiers) +impHandlerVoid(barToChat) } // namespace Actions |