From e284f2409ee97ff1909baa8c1eda277c560e7a94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 2 Jul 2010 19:52:13 +0300 Subject: [PATCH] padding is superfluous (mtime_t, coords...) --- include/vlc_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/vlc_common.h b/include/vlc_common.h index 371b883e30..38ad6fce21 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -419,9 +419,6 @@ typedef union mtime_t i_time; struct { int32_t x; int32_t y; } coords; - /* Make sure the structure is at least 64bits */ - uint8_t padding[8]; - } vlc_value_t; /** -- 2.39.2