* 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

@@ -1,3 +1,8 @@
2015-12-31 Natalia Portillo <claunia@claunia.com>
* CICMMetadata:
Updated to last branch.
2015-12-05 Natalia Portillo <claunia@claunia.com> 2015-12-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln: * DiscImageChef.sln:

View File

@@ -1,3 +1,8 @@
2015-12-31 Natalia Portillo <claunia@claunia.com>
* ISO9660.cs:
Comment unused variable.
2015-12-25 Natalia Portillo <claunia@claunia.com> 2015-12-25 Natalia Portillo <claunia@claunia.com>
* ISO9660.cs: * ISO9660.cs:

View File

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