File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -3051,7 +3051,7 @@ popup_targets_received (GtkClipboard *clipboard,
3051
3051
GtkSelectionData * data ,
3052
3052
gpointer user_data )
3053
3053
{
3054
- GtkWidget * menuitem , * submenu ;
3054
+ GtkWidget * menuitem ;
3055
3055
gboolean have_selection ;
3056
3056
gboolean clipboard_contains_text ;
3057
3057
PopupInfo * info ;
@@ -3092,20 +3092,6 @@ popup_targets_received (GtkClipboard *clipboard,
3092
3092
gtk_widget_show (menuitem );
3093
3093
gtk_menu_shell_append (GTK_MENU_SHELL (label -> popup_menu ), menuitem );
3094
3094
3095
- menuitem = gtk_separator_menu_item_new ();
3096
- gtk_widget_show (menuitem );
3097
- gtk_menu_shell_append (GTK_MENU_SHELL (label -> popup_menu ), menuitem );
3098
-
3099
- menuitem = eel_image_menu_item_new_from_icon (NULL , _ ("Input Methods" ));
3100
- gtk_widget_show (menuitem );
3101
- submenu = gtk_menu_new ();
3102
- gtk_menu_item_set_submenu (GTK_MENU_ITEM (menuitem ), submenu );
3103
-
3104
- gtk_menu_shell_append (GTK_MENU_SHELL (label -> popup_menu ), menuitem );
3105
-
3106
- gtk_im_multicontext_append_menuitems (GTK_IM_MULTICONTEXT (label -> im_context ),
3107
- GTK_MENU_SHELL (submenu ));
3108
-
3109
3095
g_signal_emit (label ,
3110
3096
signals [POPULATE_POPUP ], 0 ,
3111
3097
label -> popup_menu );
You can’t perform that action at this time.
0 commit comments