diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-31 23:47:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-31 23:47:14 +0100 |
| commit | e0255a64d22440d718e5512f34a4f21f0d37a21b (patch) | |
| tree | 61927018d28794c7c32c238bc37259bfddb2f01c /src/lib/types.h | |
| parent | 8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8 (diff) | |
Use enum class for Film::Property.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 3cd8768e8..6fbad2188 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -131,13 +131,6 @@ enum class ReelType BY_LENGTH }; -enum class ChangeType -{ - PENDING, - DONE, - CANCELLED -}; - enum class VideoRange { |
