diff options
Diffstat (limited to 'backends/platform/dc/label.cpp')
-rw-r--r-- | backends/platform/dc/label.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/dc/label.cpp b/backends/platform/dc/label.cpp index 1094dd3fb4..5db031958f 100644 --- a/backends/platform/dc/label.cpp +++ b/backends/platform/dc/label.cpp @@ -134,4 +134,3 @@ void Label::draw(float x, float y, unsigned int argb, float scale) myvertex.cmd |= TA_CMD_VERTEX_EOS; ta_commit_list(&myvertex); } - |