Skip to content

Commit 751e72e

Browse files
committed
DrawingTextOnPath: Simplification
1 parent 3b7a78e commit 751e72e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sketches/DrawingTextOnPath/src/Sketch.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ void Sketch::setup()
5959
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
6060
}
6161

62-
void Sketch::resize()
63-
{}
64-
6562
void Sketch::draw()
6663
{
6764
glClearColor(1, 1, 1, 1);

sketches/DrawingTextOnPath/src/Sketch.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class Sketch : public chr::CrossSketch
1212
{
1313
public:
1414
void setup() final;
15-
void resize() final;
1615
void draw() final;
1716

1817
protected:

0 commit comments

Comments
 (0)