Remove outdated comment from Rect

This has changed after #3787.

The packed attribute was added in
75aac5bc02 for _NET_WORKAREA. However,
eec80838ab removed _NET_WORKAREA support.
I did some quick greping for `memcpy.+Rect` and didn't find any similar
code that could theoretically lead to problems.
next
Orestis Floros 2019-10-09 16:08:18 +03:00
parent 5e1094e994
commit 961f98eb15
No known key found for this signature in database
GPG Key ID: A09DBD7D3222C1C3
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ typedef enum {
/**
* Stores a rectangle, for example the size of a window, the child window etc.
* It needs to be packed so that the compiler will not add any padding bytes.
* (it is used in src/ewmh.c for example)
*
* Note that x and y can contain signed values in some cases (for example when
* used for the coordinates of a window, which can be set outside of the