Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Persch
poppler
Commits
20e8d51d
Commit
20e8d51d
authored
Nov 14, 2018
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused AnnotPopup::setParent
parent
8d5931e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
poppler/Annot.cc
poppler/Annot.cc
+0
-4
poppler/Annot.h
poppler/Annot.h
+0
-1
No files found.
poppler/Annot.cc
View file @
20e8d51d
...
...
@@ -1879,10 +1879,6 @@ void AnnotPopup::initialize(PDFDoc *docA, Dict *dict) {
}
}
void
AnnotPopup
::
setParent
(
Object
*
parentA
)
{
update
(
"Parent"
,
parentA
->
copy
());
}
void
AnnotPopup
::
setParent
(
Annot
*
parentA
)
{
const
Ref
parentRef
=
parentA
->
getRef
();
update
(
"Parent"
,
Object
(
parentRef
.
num
,
parentRef
.
gen
));
...
...
poppler/Annot.h
View file @
20e8d51d
...
...
@@ -786,7 +786,6 @@ public:
~
AnnotPopup
();
Object
*
getParentNF
()
{
return
&
parent
;
}
void
setParent
(
Object
*
parentA
);
void
setParent
(
Annot
*
parentA
);
bool
getOpen
()
const
{
return
open
;
}
void
setOpen
(
bool
openA
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment