diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:05:30 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:05:30 +0000 |
commit | e3f58fd53e0dbf467e4a37433b0f85835aa4a09a (patch) | |
tree | 857d33b0625fd8cdef33b05fe0cdb80e67dff08f /src/xmlcomposer.h | |
parent | 04f704f4530f623b8178258c9c2632c5842be35e (diff) |
- Move formatInt to a better place
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r-- | src/xmlcomposer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h index 97eb533..e857ace 100644 --- a/src/xmlcomposer.h +++ b/src/xmlcomposer.h @@ -125,10 +125,6 @@ public: { return m_options; } - // TODO: Should this be somewhere else? - static wstring formatInt(int num); - - // LevelHandler override protected: virtual void clear(); |