diff options
| author | nyamatongwe <unknown> | 2001-02-24 04:30:37 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-02-24 04:30:37 +0000 | 
| commit | 0dc7541bb34e597b830fc415bdf2773053c9d03d (patch) | |
| tree | 3340856e5bd7123b503f27c4ab8698b318219673 | |
| parent | 59b7028df24315b7e9ca20794823ad0edab2b33c (diff) | |
| download | scintilla-mirror-0dc7541bb34e597b830fc415bdf2773053c9d03d.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. | 
