From 14465f01981185ddd13c6e662bbb4e44bb490e68 Mon Sep 17 00:00:00 2001 From: BobLd Date: Mon, 23 Nov 2020 10:53:09 +0000 Subject: [PATCH] remove ref to Util.JetBrains.Annotations in IOperationContext. --- src/UglyToad.PdfPig/Graphics/IOperationContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UglyToad.PdfPig/Graphics/IOperationContext.cs b/src/UglyToad.PdfPig/Graphics/IOperationContext.cs index cea0fd3a..155186e5 100644 --- a/src/UglyToad.PdfPig/Graphics/IOperationContext.cs +++ b/src/UglyToad.PdfPig/Graphics/IOperationContext.cs @@ -3,7 +3,6 @@ using PdfPig.Core; using System.Collections.Generic; using Tokens; - using Util.JetBrains.Annotations; /// /// The current graphics state context when running a PDF content stream.