mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Removed more dead code
This commit is contained in:
parent
601236833b
commit
2bbaa4a9a7
38 changed files with 66 additions and 943 deletions
|
@ -33,15 +33,8 @@ namespace GreenshotConfluencePlugin {
|
|||
private Type _type;
|
||||
private IDictionary _displayValues;
|
||||
private IDictionary _reverseValues;
|
||||
|
||||
public EnumDisplayer() {
|
||||
}
|
||||
|
||||
public EnumDisplayer(Type type) {
|
||||
Type = type;
|
||||
}
|
||||
|
||||
public Type Type {
|
||||
|
||||
public Type Type {
|
||||
get { return _type; }
|
||||
set {
|
||||
if (!value.IsEnum) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue