st/types: Remove StAlign

The last code that used the type was removed in commit 0ab34fe21f
over three years ago, whoops.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2936>
This commit is contained in:
Florian Müllner 2020-05-21 15:18:24 +02:00 committed by Marge Bot
parent fd2c00583e
commit b45e75c4b9

View File

@ -33,12 +33,6 @@ G_BEGIN_DECLS
* Common types for StWidgets.
*/
typedef enum {
ST_ALIGN_START,
ST_ALIGN_MIDDLE,
ST_ALIGN_END
} StAlign;
typedef enum {
ST_BACKGROUND_SIZE_AUTO,
ST_BACKGROUND_SIZE_CONTAIN,