diff options
author | raveit65 <[email protected]> | 2018-02-06 12:07:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-04 12:23:29 +0100 |
commit | 550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2 (patch) | |
tree | 1ffc94cf5832f54f255ffbae5ef72ff115b4aeb6 /src/terminal-profile.h | |
parent | d342a01ecea28d22afb3eeb3a6af4b4d25c49f0b (diff) | |
download | mate-terminal-550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2.tar.bz2 mate-terminal-550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2.tar.xz |
drop umtp suport
Fixes https://github.com/mate-desktop/mate-terminal/issues/104
This doesn't work with with gtk+-3 and newer vte versions.
With gnome-pty-helper gone, it's a no-op.
based on origin commit at
https://git.gnome.org/browse/gnome-terminal/commit/?id=d3aa520
https://bugzilla.gnome.org/show_bug.cgi?id=747046
Diffstat (limited to 'src/terminal-profile.h')
-rw-r--r-- | src/terminal-profile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/terminal-profile.h b/src/terminal-profile.h index ae6db5c..007766f 100644 --- a/src/terminal-profile.h +++ b/src/terminal-profile.h @@ -98,7 +98,6 @@ typedef enum #define TERMINAL_PROFILE_COPY_SELECTION "copy-selection" #define TERMINAL_PROFILE_TITLE_MODE "title-mode" #define TERMINAL_PROFILE_TITLE "title" -#define TERMINAL_PROFILE_UPDATE_RECORDS "update-records" #define TERMINAL_PROFILE_USE_CUSTOM_COMMAND "use-custom-command" #define TERMINAL_PROFILE_USE_CUSTOM_DEFAULT_SIZE "use-custom-default-size" #define TERMINAL_PROFILE_USE_SKEY "use-skey" |