diff options
| author | nyamatongwe <devnull@localhost> | 2001-02-24 04:30:37 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-02-24 04:30:37 +0000 |
| commit | 376dccc21bebbe940451cb3ab1f52d7c7aa16d21 (patch) | |
| tree | 3340856e5bd7123b503f27c4ab8698b318219673 | |
| parent | cd48a5b8d0285c04f73cbe6b05ab2aec4708c1bc (diff) | |
| download | scintilla-mirror-376dccc21bebbe940451cb3ab1f52d7c7aa16d21.tar.gz | |
Removed out of date TODO comment.
| -rw-r--r-- | gtk/PlatGTK.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 490d96ddf..b5865923c 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -176,7 +176,6 @@ static const char *CharacterSetName(int characterSet) { void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic) { - // TODO: take notice of characterSet Release(); // If name of the font begins with a '-', assume, that it is // a full fontspec. |
