aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vga13h.cpp')
-rw-r--r--engines/cge/vga13h.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/cge/vga13h.cpp b/engines/cge/vga13h.cpp
index 51be2ed1e8..9b063f0c02 100644
--- a/engines/cge/vga13h.cpp
+++ b/engines/cge/vga13h.cpp
@@ -118,16 +118,6 @@ Dac mkDac(uint8 r, uint8 g, uint8 b) {
return x;
}
-
-Rgb mkRgb(uint8 r, uint8 g, uint8 b) {
- static Trgb x;
- x._dac._r = r;
- x._dac._g = g;
- x._dac._b = b;
- return x._rgb;
-}
-
-
Sprite *locate(int ref) {
Sprite *spr = _vga->_showQ->locate(ref);
return (spr) ? spr : _vga->_spareQ->locate(ref);