Remove the defunct Kha backend.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user