Skip to content

Commit ea9fc2f

Browse files
committed
Remove unnecessary stub functions
1 parent 5778837 commit ea9fc2f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/avutil.ml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ module Pixel_format = struct
3535
let n = bits p in
3636
(* TODO: when padding is true we should add the padding *)
3737
n
38-
39-
let planes fmt =
40-
planes fmt
41-
42-
let to_string fmt =
43-
to_string fmt
44-
45-
let of_string str =
46-
of_string str
4738
end
4839

4940
module Time_format = struct

0 commit comments

Comments
 (0)