Remove unused imgsize, showlogo, and readimage functions.

master
Colin Watson 14 years ago
parent f550713a54
commit 81f8157964

@ -919,35 +919,6 @@
} def
% ( img ) => ( width heigh )
/imgsize {
dup .undef eq {
pop 0 0
} {
getdword dup
0xffff and exch 16 shr
} ifelse
} def
% ( pic pic_a -- )
/showlogo {
/tmp.sc over imgsize savescreen def
currentpoint 4 2 roll
0 0 moveto tmp.sc blend
moveto tmp.sc restorescreen
tmp.sc free
} def
% ( file_name ) ==> ( image )
/readimage {
findfile dup setimage 0 0 image.size unpackimage exch free
} def
/boot.pos.init {
/boot.label.len txt_bootoptions strsize pop def
/boot.pos { boot.label.len 10 add small_layout { 410 } { 510 } ifelse } def

1
debian/changelog vendored

@ -3,6 +3,7 @@ gfxboot-theme-ubuntu (0.9.3) UNRELEASED; urgency=low
* Update translations from Launchpad (LP: #527052).
* Change "Ubuntu Netbook Remix" strings to "Ubuntu Netbook" (LP: #518718).
Adjust translations where I could do so accurately.
* Remove unused imgsize, showlogo, and readimage functions.
-- Colin Watson <cjwatson@ubuntu.com> Thu, 25 Feb 2010 12:48:21 +0000

Loading…
Cancel
Save