app: Remove comments about cachelines in GimpDisplayShell

Remove comments about cachelines in GimpDisplayShell that no one cares
about in 2011.
This commit is contained in:
Martin Nordholts
2011-03-15 08:20:32 +01:00
parent 3b243bdcfe
commit 6b5e495841

View File

@ -49,8 +49,6 @@ struct _GimpDisplayShell
{
GtkBox parent_instance;
/* --- cacheline 2 boundary (128 bytes) was 20 bytes ago --- */
GimpDisplay *display;
GimpUIManager *popup_manager;
@ -64,8 +62,6 @@ struct _GimpDisplayShell
gboolean snap_to_canvas; /* should the canvas be snapped to? */
gboolean snap_to_vectors; /* should the active path be snapped */
/* --- cacheline 3 boundary (192 bytes) --- */
GimpUnit unit;
gint offset_x; /* offset of display image */
@ -83,8 +79,6 @@ struct _GimpDisplayShell
gint x_dest_inc;
gint y_dest_inc;
/* --- cacheline 4 boundary (256 bytes) --- */
GimpZoomModel *zoom;
gdouble last_scale; /* scale used when reverting zoom */
@ -99,8 +93,6 @@ struct _GimpDisplayShell
gdouble last_motion_delta_y;
gdouble last_motion_distance;
/* --- cacheline 5 boundary (320 bytes) --- */
GimpCoords last_coords; /* last motion event */
gdouble other_scale; /* scale factor entered in Zoom->Other*/