Skip to content
Snippets Groups Projects
Commit 397234e2 authored by Eike Ziller's avatar Eike Ziller
Browse files

IDocument: Remove unused enum.


Change-Id: I30eb3855fa4e8e59195cb865c712cdc171700af3
Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
parent 8799b640
No related branches found
No related tags found
No related merge requests found
......@@ -51,12 +51,6 @@ public:
IgnoreAll = 2
};
enum Utf8BomSetting {
AlwaysAdd = 0,
OnlyKeep = 1,
AlwaysDelete = 2
};
enum ChangeTrigger {
TriggerInternal,
TriggerExternal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment