Newer
Older
Import / applications / MakePDF / 3rdParty / libharu-with-PRs / pr-patches / 0001-pascal-bindings-remove-separator.patch
From 5edd990b972d06aae033a487b5730d0b6e354792 Mon Sep 17 00:00:00 2001
From: dpethes <dejvu@email.cz>
Date: Mon, 13 Jul 2015 21:13:51 +0200
Subject: [PATCH] pascal bindings: remove separator

---
 if/delphi/hpdf.pas | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/if/delphi/hpdf.pas b/if/delphi/hpdf.pas
index 94a55f7..d0591a5 100755
--- a/if/delphi/hpdf.pas
+++ b/if/delphi/hpdf.pas
@@ -284,9 +284,6 @@ function HPDF_TextAnnot_SetIcon (annot: HPDF_Annotation; icon: THPDF_AnnotIcon):
 function HPDF_TextAnnot_SetOpened (annot: HPDF_Annotation; opened: HPDF_BOOL):
         HPDF_STATUS; extdecl LIBHPDF_LIB;
 
-{*--------------------------------------------------------------------------*}
-{*----- image data ---------------------------------------------------------*}
-
 function HPDF_LoadPngImageFromMem (pdf: HPDF_Doc; const buffer: HPDF_PBYTE; size: HPDF_UINT):
         HPDF_Image; extdecl LIBHPDF_LIB;
 
@@ -823,8 +820,6 @@ HPDF_TextAnnot_SetIcon: function(annot: HPDF_Annotation; icon: THPDF_AnnotIcon):
         HPDF_STATUS; extdecl;
 HPDF_TextAnnot_SetOpened: function(annot: HPDF_Annotation; opened: HPDF_BOOL):
         HPDF_STATUS; extdecl;
-{*--------------------------------------------------------------------------*}
-{*----- image data ---------------------------------------------------------*}
 HPDF_LoadPngImageFromMem: function(pdf: HPDF_Doc; const buffer: HPDF_PBYTE; size: HPDF_UINT):
         HPDF_Image; extdecl;
 HPDF_LoadPngImageFromFile: function(pdf: HPDF_Doc; filename: HPDF_PCHAR):
-- 
2.21.1 (Apple Git-122.3)