stylecontext: Remove outdated comment

gtktextview:invalidate_cursor_windwo is no more.
This commit is contained in:
Timm Bäder 2018-05-04 19:58:15 +02:00
parent af27199102
commit f44959fa59

View File

@ -1696,10 +1696,6 @@ draw_insertion_cursor (GtkStyleContext *context,
_gtk_style_context_get_cursor_color (context, &primary_color, &secondary_color);
gdk_cairo_set_source_rgba (cr, is_primary ? &primary_color : &secondary_color);
/* When changing the shape or size of the cursor here,
* propagate the changes to gtktextview.c:text_window_invalidate_cursors().
*/
stem_width = height * CURSOR_ASPECT_RATIO + 1;
/* put (stem_width % 2) on the proper side of the cursor */