Skip to content

Commit

Permalink
refactor: Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Aug 4, 2024
1 parent 985bed4 commit 08af8bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
public class SettingsFragment extends BottomSheetDialogFragment {
private final KeymapConfig keymapConfig;
private FragmentSettingsDialogBinding binding;
private Map<String, Integer> mouseAimActionsMap;
private Map<String, Integer> pointerModeMap;
private Map<String, Integer> touchpadInputModeMap;

Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/xtr/keymapper/keymap/KeymapConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class KeymapConfig implements Parcelable {
public int pointerMode;

public static final String KEY_CTRL = "Ctrl", KEY_ALT = "Alt";
public static final int TOGGLE = 1, HOLD = 2;
public static final int TOUCHPAD_DIRECT = 3;
public static final int TOUCHPAD_RELATIVE = 4;
public static final int TOUCHPAD_DISABLED = 5;
Expand Down

0 comments on commit 08af8bc

Please sign in to comment.