projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca51e08
)
remove unused variables from the typemap entry
author
Tony Cook
<tony@develop=help.com>
Mon, 15 Jan 2007 12:56:29 +0000
(12:56 +0000)
committer
Tony Cook
<tony@develop=help.com>
Mon, 15 Jan 2007 12:56:29 +0000
(12:56 +0000)
typemap
patch
|
blob
|
blame
|
history
diff --git
a/typemap
b/typemap
index f3d1738224ea30381a573c32f63d283eb450ee3e..abc867e97654e4edfe680a473579f7ac480bc5a8 100644
(file)
--- a/
typemap
+++ b/
typemap
@@
-109,8
+109,6
@@
T_IMAGER_FULL_IMAGE
if ($var) {
SV *imobj = NEWSV(0, 0);
HV *hv = newHV();
- SV *hvref;
- SV *imgref;
sv_setref_pv(imobj, \"Imager::ImgRaw\", $var);
hv_store(hv, "IMG", 3, imobj, 0);
$arg = sv_2mortal(sv_bless(newRV((SV*)hv), gv_stashpv("Imager", 1)));