diff options
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r-- | engines/hopkins/graphics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h index 4ab447b5ba..3a8d35bd63 100644 --- a/engines/hopkins/graphics.h +++ b/engines/hopkins/graphics.h @@ -173,7 +173,6 @@ public: void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom); void drawHorizontalLine(byte *surface, int xp, int yp, unsigned int width, byte col); void drawVerticalLine(byte *surface, int xp, int yp, int height, byte col); - void setModeVesa(); }; } // End of namespace Hopkins |