diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-14 22:55:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-01-16 12:00:58 -0500 |
commit | efb4523d4b65999970fd3d07ac5db36b46a27daa (patch) | |
tree | 117f0d0a2da7ce23f48684b80a51fbcc10416bde /vgasrc/vgabios.h | |
parent | 2c23a7ab6a1b1616835715949144c9adab331186 (diff) | |
download | seabios-efb4523d4b65999970fd3d07ac5db36b46a27daa.tar.gz |
vgabios: Move static_functionality[] from vgatables.c to vgabios.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgabios.h')
-rw-r--r-- | vgasrc/vgabios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vgasrc/vgabios.h b/vgasrc/vgabios.h index d0af248b..3f86146d 100644 --- a/vgasrc/vgabios.h +++ b/vgasrc/vgabios.h @@ -53,7 +53,6 @@ struct vgamode_s { // vgatables.c void build_video_param(void); extern struct VideoSavePointer_s video_save_pointer_table; -extern u8 static_functionality[]; // vgafonts.c extern u8 vgafont8[]; |