diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/common/system.h b/common/system.h index 540ffde5a5..b584739b77 100644 --- a/common/system.h +++ b/common/system.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #ifndef COMMON_SYSTEM_H @@ -1034,7 +1031,7 @@ public: }; -/** The global OSystem instance. Initialised in main(). */ +/** The global OSystem instance. Initialized in main(). */ extern OSystem *g_system; #endif |