Browse Source

:octocat: comment unused constant

codemasher 6 years ago
parent
commit
d6b3e6bc3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Data/QRMatrix.php

+ 1 - 1
src/Data/QRMatrix.php

@@ -31,7 +31,7 @@ class QRMatrix{
 	public const M_FORMAT     = 0x0e;
 	public const M_VERSION    = 0x10;
 	public const M_QUIETZONE  = 0x12;
-	public const M_LOGO       = 0x14; // @todo
+#	public const M_LOGO       = 0x14; // @todo
 
 	public const M_TEST       = 0xff;