From a11f6c631aae9d0cd4414deea3da910b0e1da022 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 13 Nov 2024 16:53:54 +0000
Subject: [PATCH] Dokumentation in Arbeit

---
 src/de/uhilger/fm/Const.java |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/de/uhilger/fm/Const.java b/src/de/uhilger/fm/Const.java
index 3b98211..1ac26db 100644
--- a/src/de/uhilger/fm/Const.java
+++ b/src/de/uhilger/fm/Const.java
@@ -25,20 +25,4 @@
 public class Const {
   public static final String STR_SLASH = "/";
   public static final String STR_DOT = ".";
-  
-  public static final int OP_COPY = 1;
-  public static final int OP_MOVE = 2;
-  public static final int OP_DELETE = 3;
-
-  public static final String JPG = ".jpg";
-  public static final String JPEG = ".jpeg";
-  public static final String PNG = ".png";
-  
-  public static final String B64 = "_b64"; // Base64-Encoded
-  
-  public static final String TN = "_tn"; // 120
-  public static final String KL = "_kl"; // 240
-  public static final String SM = "_sm"; // 500
-  public static final String MT = "_mt"; // 700
-  public static final String GR = "_gr"; // 1200  
 }

--
Gitblit v1.9.3