From 00b9bc7b36682365e64d710b4e843659bef373da Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 Apr 2007 19:31:23 +0000 Subject: Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) svn-id: r26594 --- common/system.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index 4f2f1c37fe..c1ff066095 100644 --- a/common/system.h +++ b/common/system.h @@ -352,14 +352,14 @@ public: * of the relevant methods simply do nothing. * @see endGFXTransaction */ - virtual void beginGFXTransaction() {}; + virtual void beginGFXTransaction() {} /** * End (and thereby commit) the current GFX transaction. * @see beginGFXTransaction */ - virtual void endGFXTransaction() {}; + virtual void endGFXTransaction() {} /** @@ -656,7 +656,7 @@ public: * @see setPalette * @see kFeatureCursorHasPalette */ - virtual void setCursorPalette(const byte *colors, uint start, uint num) {}; + virtual void setCursorPalette(const byte *colors, uint start, uint num) {} /** * Disable or enable cursor palette. @@ -668,7 +668,7 @@ public: * @see setPalette * @see kFeatureCursorHasPalette */ - virtual void disableCursorPalette(bool disable) {}; + virtual void disableCursorPalette(bool disable) {} //@} -- cgit v1.2.3