aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-01-12 10:15:13 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-01-12 10:15:13 -0500
commit9d0be9604eac8ddd9f856baa0f07625754c4967b (patch)
tree1d69a0495a3f08feee1715bc04ba8984135bd03e /src/nvim/globals.h
parent4c55c34efaabaa151391edf59c59a14411a79d8c (diff)
parentd7e18b5c9591da967b707ee4219f1f8789edc175 (diff)
downloadrneovim-9d0be9604eac8ddd9f856baa0f07625754c4967b.tar.gz
rneovim-9d0be9604eac8ddd9f856baa0f07625754c4967b.tar.bz2
rneovim-9d0be9604eac8ddd9f856baa0f07625754c4967b.zip
Merge pull request #1804 from neovim/revert-1657-abstract-ui-fixes
Revert "[WIP] "abstract_ui" fixes and improvements"
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r--src/nvim/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index 854dd33552..11a7e9ecac 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -1245,9 +1245,6 @@ EXTERN int curr_tmode INIT(= TMODE_COOK); /* contains current terminal mode */
EXTERN bool embedded_mode INIT(= false);
// Using the "abstract_ui" termcap
EXTERN bool abstract_ui INIT(= false);
-// Id of the last channel sent a message to nvim. Used to determine the target
-// of channel-specific actions such as suspending
-EXTERN uint64_t last_message_source INIT(= 0);
/// Used to track the status of external functions.
/// Currently only used for iconv().