[vlc-commits] Remove useless field
Rémi Denis-Courmont
git at videolan.org
Sat Feb 12 22:57:38 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 12 23:57:21 2011 +0200| [1abee26ef373e20eba4d1a61f59fe13dad65f646] | committer: Rémi Denis-Courmont
Remove useless field
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1abee26ef373e20eba4d1a61f59fe13dad65f646
---
include/vlc_keys.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/vlc_keys.h b/include/vlc_keys.h
index 700fa2d..c6a1d0e 100644
--- a/include/vlc_keys.h
+++ b/include/vlc_keys.h
@@ -207,7 +207,6 @@ struct hotkey
{
const char *psz_action;
vlc_key_t i_action;
- uint_fast32_t i_key;
};
#endif
More information about the vlc-commits
mailing list