From f9278976789952fc9528f47b6d99a37d79532f68 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Fri, 30 Sep 2022 12:04:19 +0200 Subject: redundancy --- pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'pdf-over-commons/src/main/java') diff --git a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java index 8e8188fa..4f9ce8cd 100644 --- a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java +++ b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java @@ -114,9 +114,6 @@ public class Constants { /** How far to displace the signature with the arrow keys */ public static final int SIGNATURE_KEYBOARD_POSITIONING_OFFSET = 15; - /** PDF-Over User Agent string */ - public static final String USER_AGENT_STRING = "PDF-Over " + APP_VERSION; - /** Current release file */ public static final String CURRENT_RELEASE_URL = "https://updates.a-sit.at/pdf-over/Release.txt"; -- cgit v1.2.3