From ef4cdafb8d416119df7198208b840f4e177a01c8 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Tue, 19 Sep 2023 12:44:52 +0200 Subject: [PATCH] unnecessary comments --- src/gpufont/font.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gpufont/font.hpp b/src/gpufont/font.hpp index 1e9cd25..a241e64 100644 --- a/src/gpufont/font.hpp +++ b/src/gpufont/font.hpp @@ -709,9 +709,7 @@ class Font { break; } - //cout << "yes, this is running" << endl; if(charcode == '\r' || charcode == '\n'){ - //cout << "but charcode is r or n" << endl; continue; } // if does exist already @@ -733,10 +731,6 @@ class Font { continue; } - //text << (char)glyphIdentity.charcode - //<< " " << ofToString(glyphIdentity.coords[0]) << " " - //<< " (" << ofToString(bufferCurves.size()) << ")" << endl; - buildGlyph(glyphIdentity, glyphIndex);