Skip to content

Commit 6568acf

Browse files
committed
Fix unused var warning.
1 parent 452898f commit 6568acf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

graf2d/qt/src/TQtSymbolCodec.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
// NOT REVISED
1717

18+
#if 0 // UNUSED
1819
static const uchar unkn = '?'; // BLACK SQUARE (94) would be better
20+
#endif
1921

2022
static const ushort greek_symbol_to_unicode[64] = {
2123
//
@@ -78,6 +80,7 @@ static const ushort symbol_to_unicode[96] = {
7880
};
7981

8082

83+
#if 0 // UNUSED
8184
static const uchar unicode_to_symbol_00[32] = {
8285
0xA0, unkn, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7,
8386
0xA8, 0xA9, 0xD7, 0xAB, 0xAC, 0xAD, 0xAE, unkn,
@@ -92,6 +95,8 @@ static const uchar unicode_to_symbol_05[32] = {
9295
0xF8, 0xF9, 0xFA, unkn, unkn, unkn, unkn, unkn
9396
};
9497

98+
#endif // END UNUSED
99+
95100
/*!
96101
\class QSymbolCodec qsymbolcodec.h
97102
\reentrant

0 commit comments

Comments
 (0)