Skip to content

Commit

Permalink
remove licenseOptions code and call
Browse files Browse the repository at this point in the history
  • Loading branch information
timbl committed Aug 29, 2024
1 parent afb8af9 commit e533206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
105 changes: 0 additions & 105 deletions src/outline/licenseOptions.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/outline/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import * as $rdf from 'rdflib'
import * as UI from 'solid-ui'
import { authn, authSession, store } from 'solid-logic'
import { propertyViews } from './propertyViews'
import { licenseOptions } from './licenseOptions'

import { outlineIcons } from './outlineIcons.js' // @@ chec
import { UserInput } from './userInput.js'
import * as queryByExample from './queryByExample.js'
Expand Down Expand Up @@ -179,13 +177,6 @@ export default function (context) {
td.setAttribute('notSelectable', 'false')
let theClass = 'obj'

// check the IPR on the data. Ok if there is any checked license which is one the document has.
if (statement && statement.why) {
if (licenseOptions && licenseOptions.checklicense && licenseOptions.checklicense()) {
theClass += ' licOkay' // flag as light green etc .licOkay {background-color: #dfd}
}
}

// set about and put 'expand' icon
if (
obj.termType === 'NamedNode' ||
Expand Down

0 comments on commit e533206

Please sign in to comment.