From 68d518727f868e56fedf11292a76e3a3dd30c2a0 Mon Sep 17 00:00:00 2001 From: Berkan Diler Date: Wed, 27 Nov 2013 19:51:35 +0100 Subject: [PATCH] Remove unnecessary comment --- GPU/Common/VertexDecoderCommon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/GPU/Common/VertexDecoderCommon.h b/GPU/Common/VertexDecoderCommon.h index 500097dbc2..032935fa60 100644 --- a/GPU/Common/VertexDecoderCommon.h +++ b/GPU/Common/VertexDecoderCommon.h @@ -82,7 +82,6 @@ inline int RoundUp4(int x) { return (x + 3) & ~3; } -// Reads decoded vertex formats in a convenient way. For software transform and debugging. // Reads decoded vertex formats in a convenient way. For software transform and debugging. class VertexReader {