File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ()) {
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments