Remove the defunct Kha backend.

This commit is contained in:
Joseph Cloutier
2022-11-14 12:14:22 -05:00
parent 4c821525b4
commit 1546e826c2
7 changed files with 5 additions and 674 deletions

View File

@@ -73,17 +73,6 @@ import sys.FileSystem;
var data, manifest, library, bundle;
#if kha
::manifest::
library = AssetLibrary.fromManifest (manifest);
Assets.registerLibrary ("::library::", library);
if (library != null) preloadLibraries.push (library);
else preloadLibraryNames.push ("::library::");
#else
::if (assets != null)::::foreach assets::::if (type == "manifest")::::if (embed)::data = '::data::';
manifest = AssetManifest.parse (data, rootPath);
library = AssetLibrary.fromManifest (manifest);
@@ -101,20 +90,11 @@ import sys.FileSystem;
else preloadLibraryNames.push ("::name::");
::end::::end::
#end
}
}
#if kha
::images::
#else
#if !display
#if flash
@@ -152,6 +132,4 @@ import sys.FileSystem;
#end
#end
#end
#end