textlayout: Remove some outdated comments

These two members have been commented out for 19 years.
This commit is contained in:
Timm Bäder 2019-07-21 10:02:30 +02:00
parent b658a1a8e3
commit 0bd939624e

View File

@ -113,14 +113,6 @@ struct _GtkTextLayout
gint width; gint width;
gint height; gint height;
/* Pixel offsets from the left and from the top to be used when we
* draw; these allow us to create left/top margins. We don't need
* anything special for bottom/right margins, because those don't
* affect drawing.
*/
/* gint left_edge; */
/* gint top_edge; */
GtkTextBuffer *buffer; GtkTextBuffer *buffer;
gint left_padding; gint left_padding;