Skip to content

Commit d73d8a1

Browse files
committed
Remove references to CompactTriple in hdt-it
1 parent a64646a commit d73d8a1

3 files changed

Lines changed: 0 additions & 20 deletions

File tree

hdt-it/hdt-it_es.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,6 @@ p, li { white-space: pre-wrap; }
270270
<source>PlainTriples</source>
271271
<translation type="unfinished"></translation>
272272
</message>
273-
<message>
274-
<location filename="hdtspecform.ui" line="179"/>
275-
<source>CompactTriples</source>
276-
<translation type="unfinished"></translation>
277-
</message>
278273
<message>
279274
<location filename="hdtspecform.ui" line="188"/>
280275
<source>SPO</source>

hdt-it/hdtspecform.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ void HDTSpecForm::on_triplesTypeCombo_currentIndexChanged(int index)
3939
ui->streamYcombo->setEnabled(true);
4040
ui->streamZcombo->setEnabled(true);
4141
break;
42-
case 3:
43-
// CompactTriples
44-
ui->streamXcombo->setEnabled(false);
45-
ui->streamYcombo->setEnabled(true);
46-
ui->streamZcombo->setEnabled(true);
47-
break;
4842
case 4:
4943
// FoQTriples
5044
ui->streamXcombo->setEnabled(false);
@@ -146,10 +140,6 @@ void HDTSpecForm::fillHDTSpecification(hdt::HDTSpecification &hdt)
146140
// PlainTriples
147141
hdt.set("triples.type", hdt::HDTVocabulary::TRIPLES_TYPE_PLAIN);
148142
break;
149-
case 3:
150-
// CompactTriples
151-
hdt.set("triples.type", hdt::HDTVocabulary::TRIPLES_TYPE_COMPACT);
152-
break;
153143
}
154144

155145
if(ui->streamXcombo->isEnabled()) {

hdt-it/hdtspecform.ui

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,6 @@
182182
<string>PlainTriples</string>
183183
</property>
184184
</item>
185-
<item>
186-
<property name="text">
187-
<string>CompactTriples</string>
188-
</property>
189-
</item>
190185
</widget>
191186
</item>
192187
<item row="1" column="1">

0 commit comments

Comments
 (0)