From 2dc7cb2cd49c20a5f6bcfe5446fb8340f6a555c8 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 20 Mar 2007 14:51:57 +0000 Subject: Major clean-up, including: - Cutting down the code-dup - Plucking leaks - Removing dead/unused code - Properly naming "word_2342F"-style variables and functions (removing the warnings alongside) - Fleshing out the "stubby" functions - Moving functions and variables to more appropriate/logical places - Re-ordering functions and variables - Re-structuring functions - Moving the IMD stuff into a new "Imd" class in the new imd.cpp/.h (still to be completely implemented and cleaned up) - Formatting - Getting rid off the classes "Anim", "Pack" and "Timer", along with their files svn-id: r26252 --- engines/gob/draw_bargon.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/gob/draw_bargon.cpp') diff --git a/engines/gob/draw_bargon.cpp b/engines/gob/draw_bargon.cpp index c6f629d3db..8c21b41dde 100644 --- a/engines/gob/draw_bargon.cpp +++ b/engines/gob/draw_bargon.cpp @@ -21,10 +21,6 @@ * */ -#include "common/stdafx.h" -#include "common/endian.h" -#include "graphics/cursorman.h" - #include "gob/gob.h" #include "gob/draw.h" #include "gob/global.h" -- cgit v1.2.3