Remove vscode subdirectory.

This commit is contained in:
Calvin Rose 2017-06-03 06:21:39 -04:00
parent f066047112
commit c422132208
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
// Place your settings in this file to overwrite default and user settings.
{
}

View File

@ -412,10 +412,7 @@ static const char *gst_deserialize_impl(
case 216: /* C function */
/* TODO - add registry for c functions */
/* For now just add 64 bit integer */
{
int64_t rawp;
read_i64(rawp);
ret.type = GST_NIL;
}
break;