Skip to content

Commit 7a55db7

Browse files
committed
Remove some duplicate codespell ignore lines
1 parent c41589d commit 7a55db7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.codespellignorelines

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
/(?:([0-9]{1,3})(?:\s+THRU\s+([0-9]{0,3}))?)(?:\s+@\s+([0-9]{0,3}))?$/);
1818
str = str.replace('>', 'THRU');
1919
' THRU ' + ola.common.DmxConstants.MAX_CHANNEL_NUMBER);
20-
' THRU ' + ola.common.DmxConstants.MAX_CHANNEL_NUMBER);
2120
// If it's the T or > keys, autocomplete 'THRU'
2221
case 'U': // THRU
2322
var values = ['7', '8', '9', ' THRU ', '4', '5', '6', ' @ ', '1', '2', '3',
@@ -118,9 +117,6 @@ class AsyncronousLibUsbAdaptor : public BaseLibUsbAdaptor {
118117
OLA_ASSERT_EQ(expected, JsonWriter::AsString(uint_value));
119118
* Test the uint item
120119
" \"type\": \"uint\",\n"
121-
" \"type\": \"uint\",\n"
122-
" \"type\": \"uint\",\n"
123-
" \"type\": \"uint\",\n"
124120
std::map<std::string, UIntMap*> m_uint_map_variables;
125121
if (message.uint_offset < MAX_UINT_FIELDS) {
126122
message.uint16_fields[message.uint_offset++] = field->Value();
@@ -131,10 +127,8 @@ class AsyncronousLibUsbAdaptor : public BaseLibUsbAdaptor {
131127
status_message() : uint_offset(0), int_offset(0), status_type(0),
132128
std::string Type() const { return "uint"; }
133129
if (items[i]['type'] == 'uint') {
134-
if (items[i]['type'] == 'uint') {
135130
if (type == 'string' || type == 'uint' || type == 'hidden') {
136131
const char RDMHTTPModule::GENERIC_UINT_FIELD[] = "int";
137-
section.AddItem(new HiddenItem("1", GENERIC_UINT_FIELD));
138132
section.AddItem(new HiddenItem("1", GENERIC_UINT_FIELD));
139133
SelectItem *item = new SelectItem("Personality", GENERIC_UINT_FIELD);
140134
string personality_str = request->GetParameter(GENERIC_UINT_FIELD);

0 commit comments

Comments
 (0)