aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2013-07-27 17:19:35 +0200
committeruruk2013-07-27 17:19:35 +0200
commit7c8d415a9422e5fb1e79d55682483d8f505c2230 (patch)
tree90bc6a6d43468e104c589a231c7d6bbc11262057
parent0703085d20330624a741c52583b4bbc9ed252498 (diff)
downloadscummvm-rg350-7c8d415a9422e5fb1e79d55682483d8f505c2230.tar.gz
scummvm-rg350-7c8d415a9422e5fb1e79d55682483d8f505c2230.tar.bz2
scummvm-rg350-7c8d415a9422e5fb1e79d55682483d8f505c2230.zip
AVALANCHE: Remove comment from Graphics.
-rw-r--r--engines/avalanche/graphics.cpp2
-rw-r--r--engines/avalanche/graphics.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/graphics.cpp b/engines/avalanche/graphics.cpp
index e7fb6ea78b..9fa4ffe624 100644
--- a/engines/avalanche/graphics.cpp
+++ b/engines/avalanche/graphics.cpp
@@ -25,8 +25,6 @@
* Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman.
*/
-/* Replacement class for the Graph unit from Pascal. */
-
#include "avalanche/avalanche.h"
#include "avalanche/graphics.h"
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index 67e9c5f030..5cc5a2e1e3 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -25,8 +25,6 @@
* Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman.
*/
-/* Replacement class for the Graph unit from Pascal. */
-
#ifndef GRAPH_H
#define GRAPH_H