Remove unused bitflags crate from gstreamer-sdp-sys

This commit is contained in:
Sebastian Dröge 2018-02-09 11:31:30 +02:00
parent b46863b073
commit 67913348f5
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
pkg-config = "0.3.7"
[dependencies]
bitflags = "1.0"
libc = "0.2"
glib-sys = { git = "https://github.com/gtk-rs/sys" }
gobject-sys = { git = "https://github.com/gtk-rs/sys" }

View file

@ -4,7 +4,6 @@
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
extern crate libc;
extern crate bitflags;
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sys as gst;