diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-09-30 12:04:19 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-09-30 12:04:19 +0200 |
commit | f9278976789952fc9528f47b6d99a37d79532f68 (patch) | |
tree | 49ff53a4c949fde47af4bdd5c01137820062e36d /pdf-over-commons/src | |
parent | bbefc4a50e6fd189032dc4a1298ada24e7cc5595 (diff) | |
download | pdf-over-f9278976789952fc9528f47b6d99a37d79532f68.tar.gz pdf-over-f9278976789952fc9528f47b6d99a37d79532f68.tar.bz2 pdf-over-f9278976789952fc9528f47b6d99a37d79532f68.zip |
redundancy
Diffstat (limited to 'pdf-over-commons/src')
-rw-r--r-- | pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java | 3 |
1 files changed, 0 insertions, 3 deletions
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"; |