Browse Source

remove unused variable

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 years ago
parent
commit
7cda9b5e8d

+ 0 - 2
src/main/java/com/owncloud/android/ui/dialog/LocalStoragePathPickerDialogFragment.java

@@ -99,8 +99,6 @@ public class LocalStoragePathPickerDialogFragment extends DialogFragment
                 "StoragePathAdapter.StoragePathAdapterListener");
         }
 
-        int accentColor = ThemeUtils.primaryAccentColor(getContext());
-
         // Inflate the layout for the dialog
         LayoutInflater inflater = requireActivity().getLayoutInflater();
         @SuppressLint("InflateParams") View view = inflater.inflate(R.layout.storage_path_dialog, null, false);