Improve autotype:

- remove unneeded variables
- don't move the pointer

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@285 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2009-03-17 16:47:04 +00:00
parent 84aa876dd0
commit d6f675a18b
2 changed files with 3 additions and 57 deletions

View File

@@ -59,13 +59,10 @@ class AutoTypeX11 : public AutoType {
KeySym *keysym_table;
int min_keycode, max_keycode;
int keysym_per_keycode;
static bool error_detected;
int alt_mask;
int meta_mask;
int altgr_mask;
KeySym altgr_keysym;
Window focused_window;
Window focused_subwindow;
};
#endif // _AUTOTYPEX11_H_