diff OrthancServer/Sources/ServerEnumerations.h @ 5805:8a8756b2dd0b find-refactoring

cleanup
author Alain Mazy <am@orthanc.team>
date Mon, 23 Sep 2024 16:03:02 +0200
parents 40ad08b75d84
children 023a99146dd0
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Mon Sep 23 15:40:27 2024 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.h	Mon Sep 23 16:03:02 2024 +0200
@@ -200,9 +200,7 @@
 
     // The changes below this point are not logged into the database
     ChangeType_Deleted = 4096,
-    ChangeType_NewChildInstance = 4097,
-
-    ChangeType_INTERNAL_All = 65535 // used to filter changes
+    ChangeType_NewChildInstance = 4097
   };
 
   enum BuiltinDecoderTranscoderOrder