From ad3e2db5eefd3093a066e7b61df0653abc9b6f2e Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 07 May 2021 14:05:08 +0000
Subject: [PATCH] Nicht erforderliche globale Variablen entfernt

---
 src/de/uhilger/tango/App.java |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/src/de/uhilger/tango/App.java b/src/de/uhilger/tango/App.java
index 690df7f..47b1a7c 100644
--- a/src/de/uhilger/tango/App.java
+++ b/src/de/uhilger/tango/App.java
@@ -50,14 +50,7 @@
   public static final String RB_AP_CONF = "appParamConf";
   public static final String RB_AP_WWW_DATA = "appParamWWWData"; 
   public static final String RB_AP_CTX = "appParamCtx"; 
-  public static final String RB_AP_UI = "appParamUi"; 
-  public static final String RB_EP_LISTE = "epliste"; 
-  public static final String RB_EP_LISTE_ALLES = "eplisteAlles"; 
-  public static final String RB_AUDIOEXTS = "audioexts";
-  public static final String RB_VIDEOEXTS = "videoexts";
-  public static final String RB_PLAYERPARAMS = "playerparams";
-  public static final String RB_HOST = "host";
-
+  
   /**
    * <p>Start-Methode dieser Anwendung</p>
    *

--
Gitblit v1.9.3