Skip to content

Commit

Permalink
Resolves #142
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Carey committed Jun 13, 2024
1 parent 9df8dcb commit bdfa884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page_object_private.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub(crate) mod internal {

/// Clears the internal `FPDF_ANNOTATION` handle for the annotation containing
/// this [PdfPageObject]. This [PdfPageObject] is detached from any containing annotation.
#[allow(dead_code)] // TODO: AJRC - 13/6/24 - remove once clear_annotation_handle() function is in use.
fn clear_annotation_handle(&mut self);

/// Returns the [PdfiumLibraryBindings] used by this [PdfPageObject].
Expand Down

0 comments on commit bdfa884

Please sign in to comment.