termptyesc: efl does not support secondary selection buffer

This commit is contained in:
Boris Faure 2023-08-21 15:43:05 +02:00
parent f1504e1c68
commit 1f59d6cb35
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 0 additions and 3 deletions

View File

@ -4317,9 +4317,6 @@ _elm_sel_type_from_osc52(Eina_Unicode c)
Elm_Sel_Type sel_type;
switch (c)
{
case 's':
sel_type = ELM_SEL_TYPE_SECONDARY;
break;
case 'c':
sel_type = ELM_SEL_TYPE_CLIPBOARD;
break;