* CICMMetadata:

Updated to last branch.

	* DiscImageChef.Filesystems/ISO9660.cs:
	  Comment unused variable.
This commit is contained in:
2015-12-31 17:35:56 +00:00
parent f9dc4f31a1
commit cdcbb1e21a
4 changed files with 13 additions and 3 deletions

View File

@@ -52,13 +52,13 @@ namespace DiscImageChef.Plugins
{
class ISO9660Plugin : Plugin
{
static bool alreadyLaunched;
//static bool alreadyLaunched;
public ISO9660Plugin()
{
Name = "ISO9660 Filesystem";
PluginUUID = new Guid("d812f4d3-c357-400d-90fd-3b22ef786aa8");
alreadyLaunched = false;
//alreadyLaunched = false;
}
struct DecodedVolumeDescriptor