Skip to content

Commit

Permalink
Remove RadioState export
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Nov 8, 2023
1 parent a6824ab commit cebbb3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ pub mod types {
};
pub use font::{CidFontType, FontFlags, FontStretch, SystemInfo, UnicodeCmap};
pub use forms::{
CheckBoxState, ChoiceOptions, FieldFlags, FieldType, Quadding, RadioState,
SigFlags,
CheckBoxState, ChoiceOptions, FieldFlags, FieldType, Quadding, SigFlags,
};
pub use functions::{InterpolationOrder, PostScriptOp};
pub use structure::{
Expand Down

0 comments on commit cebbb3a

Please sign in to comment.