summaryrefslogtreecommitdiffstats
path: root/system.inc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-08 11:51:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-08 11:51:56 +0000
commitc962365315fb42b07df962941419310d7dcd5feb (patch)
tree0aa5aac8cf3dadb19bd3a3c1b0f82cc9624e83bd /system.inc
parent534f2f4437093bd78411126ef45de41fc6b93bf3 (diff)
downloadbootloader-theme-0.21.tar
bootloader-theme-0.21.tar.gz
bootloader-theme-0.21.tar.bz2
bootloader-theme-0.21.tar.xz
bootloader-theme-0.21.zip
re-sync after the big svn loss0.21
Diffstat (limited to 'system.inc')
-rw-r--r--system.inc20
1 files changed, 0 insertions, 20 deletions
diff --git a/system.inc b/system.inc
index 045981d..fa2a7e5 100644
--- a/system.inc
+++ b/system.inc
@@ -805,23 +805,3 @@ def
} def
-% Mininum Live-CD memory in MB.
-%
-% ( -- int )
-%
-/livecd.mem.check {
- /livecd.mem.check "livecd.mem.check" getgfxconfig dup .undef ne { cvn } { pop 200 } ifelse def
- livecd.mem.check
-} def
-
-
-% Mininum Live-CD memory in MB we ask the user for.
-%
-% ( -- int )
-%
-/livecd.mem.show {
- /livecd.mem.show "livecd.mem.show" getgfxconfig dup .undef ne { cvn } { pop 256 } ifelse def
- livecd.mem.show
-} def
-
-