ZUGFeRDService: Remove GDPicture ref

This commit is contained in:
Jonathan Jenne 2021-05-10 16:14:05 +02:00
parent 2c34f13694
commit 39b83fd495

View File

@ -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)