diff --git a/common.vcproj b/common.vcproj
index 4e7e40e48..7816d4d92 100644
--- a/common.vcproj
+++ b/common.vcproj
@@ -182,6 +182,12 @@
+
+
+
+
TrackNum());
if ((track == NULL) || !track->in_use){
delete block;
@@ -789,11 +794,6 @@ handle_data(KaxBlock *block,
break;
case FILE_TYPE_SSA:
- static const char *kax_ssa_fields[10] = {
- "readorder", "layer", "style", "name", "marginl", "marginr",
- "marginv", "effect", "text", NULL
- };
-
if ((end == start) && !track->warning_printed) {
mxwarn(_("Subtitle track %lld is missing some duration elements. "
"Please check the resulting SSA/ASS file for entries that "