diff --git a/common.inc b/common.inc index 5fa296c..9556fc6 100644 --- a/common.inc +++ b/common.inc @@ -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 diff --git a/debian/changelog b/debian/changelog index 349e703..09aa947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 25 Feb 2010 12:48:21 +0000