Commit 8873466a5d86decc3600af2df45552f2ee26ec80
1 parent
dfce5817
Remove outdated comment from QPDFAnnotationObjectHelper.hh
Showing
1 changed file
with
2 additions
and
6 deletions
include/qpdf/QPDFAnnotationObjectHelper.hh
| @@ -37,12 +37,8 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper | @@ -37,12 +37,8 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper | ||
| 37 | { | 37 | { |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | - // This class provides helper methods for certain types of | ||
| 41 | - // annotations. At its introduction, it only supports Widget | ||
| 42 | - // annotations, but other types of annotations may be supported in | ||
| 43 | - // the future. For additional information about interactive forms, | ||
| 44 | - // please see the comments at the top of | ||
| 45 | - // QPDFAcroFormDocumentHelper.hh. | 40 | + // This class provides helper methods for annotations. More |
| 41 | + // functionality will likely be added in the future. | ||
| 46 | 42 | ||
| 47 | // Return the subtype of the annotation as a string (e.g. | 43 | // Return the subtype of the annotation as a string (e.g. |
| 48 | // "/Widget"). Returns the empty string if the subtype (which is | 44 | // "/Widget"). Returns the empty string if the subtype (which is |