aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/gfx.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index 2d15259d53..f4f2484605 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -23,17 +23,12 @@
// Misc. graphics routines
-// Line drawing code utilizes Bresenham's run-length slice algorithm
-// described in "Michael Abrash's Graphics Programming Black Book",
-// Coriolis Group Books, 1997
-
#include "saga/saga.h"
#include "saga/gfx.h"
#include "saga/interface.h"
#include "common/system.h"
-
namespace Saga {
Gfx::Gfx(OSystem *system, int width, int height, GameDetector &detector) : _system(system) {