From 39b83fd495b5de8f22c87af5c6e6a5cdd01348de Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 10 May 2021 16:14:05 +0200 Subject: [PATCH] ZUGFeRDService: Remove GDPicture ref --- Services.ZUGFeRDService/ZUGFeRDService.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Services.ZUGFeRDService/ZUGFeRDService.vb b/Services.ZUGFeRDService/ZUGFeRDService.vb index b8ff7933..2f946317 100644 --- a/Services.ZUGFeRDService/ZUGFeRDService.vb +++ b/Services.ZUGFeRDService/ZUGFeRDService.vb @@ -40,7 +40,6 @@ Public Class ZUGFeRDService Dim oJobInterval As Integer = _config.Config.JobInterval Dim oMSSQLConnectionString As String = _config.Config.MSSQLConnectionString Dim oMSSQLEnabled As Boolean = _config.Config.MSSQLEnabled - Dim oGDPictureKey As String = _config.Config.GDPictureKey _firebird = New Firebird(_logConfig, oDataSource, oDatabase, oUser, oPassword)