From b45e75c4b99934a8ef12179bd23b1019c0269dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 21 May 2020 15:18:24 +0200 Subject: [PATCH] st/types: Remove StAlign The last code that used the type was removed in commit 0ab34fe21f6 over three years ago, whoops. Part-of: --- src/st/st-types.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/st/st-types.h b/src/st/st-types.h index e5c258cfe..5f5ee2dfd 100644 --- a/src/st/st-types.h +++ b/src/st/st-types.h @@ -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,