From 14f5db0b57e8bda6c19c78cbe4b0dc1cf1513a36 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 14 Jul 2017 00:19:18 +0200 Subject: [PATCH] Comment polish --- src/dorkbox/systemTray/jna/linux/GtkTheme.java | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/dorkbox/systemTray/jna/linux/GtkTheme.java b/src/dorkbox/systemTray/jna/linux/GtkTheme.java index 55090ed..181e355 100644 --- a/src/dorkbox/systemTray/jna/linux/GtkTheme.java +++ b/src/dorkbox/systemTray/jna/linux/GtkTheme.java @@ -40,14 +40,7 @@ import dorkbox.util.OSUtil; import dorkbox.util.process.ShellProcessBuilder; /** - * Class to contain all of the methods needed to get the text color from the AppIndicator/GtkStatusIcon menu entry. This is primarily - * used to get the color needed for the checkmark icon. In GTK, the checkmark icon can be defined to be it's OWN color and - * shape, however getting/parsing that would be even significantly more difficult -- so we decided to make the icon the same color - * as the text. - *

- * Additionally, CUSTOM, user theme modifications in ~/.gtkrc-2.0 (for example), will be ignored. - * - * Also note: not all themes have CSS or Theme files!!! + * Class to contain all of the various methods needed to get information set by a GTK theme. */ @SuppressWarnings({"deprecation", "WeakerAccess"}) public