mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Removed more dead code
This commit is contained in:
parent
601236833b
commit
2bbaa4a9a7
38 changed files with 66 additions and 943 deletions
|
@ -36,16 +36,6 @@ namespace GreenshotPlugin.Interop
|
|||
[Flags]
|
||||
internal enum FileDescriptorFlags : uint
|
||||
{
|
||||
ClsId = 0x00000001,
|
||||
SizePoint = 0x00000002,
|
||||
Attributes = 0x00000004,
|
||||
CreateTime = 0x00000008,
|
||||
AccessTime = 0x00000010,
|
||||
WritesTime = 0x00000020,
|
||||
FileSize = 0x00000040,
|
||||
ProgressUI = 0x00004000,
|
||||
LinkUI = 0x00008000,
|
||||
Unicode = 0x80000000,
|
||||
}
|
||||
|
||||
internal static class FileDescriptorReader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue