stripped out comments because their license is unknown

removed unused definitions


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-03-14 10:32:10 +00:00
parent c320153fc6
commit f8f38c4c4b
2 changed files with 8 additions and 40 deletions
+3 -9
View File
@@ -12,10 +12,6 @@
extern "C" {
#endif
// keyboard settings info, as kept in settings file
typedef struct {
bigtime_t key_repeat_delay;
int32 key_repeat_rate;
@@ -23,12 +19,10 @@ typedef struct {
#define kb_settings_file "Keyboard_settings"
// mouse settings info
typedef struct {
bool enabled; // Acceleration on / off
int32 accel_factor; // accel factor: 256 = step by 1, 128 = step by 1/2
int32 speed; // speed accelerator (1=1X, 2 = 2x)...
bool enabled;
int32 accel_factor;
int32 speed;
} mouse_accel;
typedef struct {