diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-06-06 08:11:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-06-06 08:11:28 +0200 |
commit | f7aa064edc20eafbc738271c5b53238fa4ad8361 (patch) | |
tree | a1c6c107fb82a0ba647f6f72fb24691a1e8f4bc7 /ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp | |
parent | 2b83e2db9552d3f0abd3c4bb5543f72a96e4e4bf (diff) |
Remove dead code
Diffstat (limited to 'ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp')
-rw-r--r-- | ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp b/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp index 5dfd86b7..40558254 100644 --- a/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp +++ b/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp @@ -42,7 +42,6 @@ FTNoIR_Protocol::FTNoIR_Protocol() prev_fMouse_Y = 0.0f;
prev_fMouse_Wheel = 0.0f;
frame_delay = 0;
-
loadSettings();
}
@@ -51,24 +50,6 @@ FTNoIR_Protocol::~FTNoIR_Protocol() {
}
-/** helper to Auto-destruct **/
-void FTNoIR_Protocol::Release()
-{
- delete this;
-}
-
-void FTNoIR_Protocol::Initialize()
-{
-int ScreenX, ScreenY;
-
- ScreenX = GetSystemMetrics(SM_CXSCREEN);
- ScreenY = GetSystemMetrics(SM_CYSCREEN);
-
- qDebug() << "Initialize(): Screen width (x) = " << ScreenX << ", height (y) = " << ScreenY;
-
- return;
-}
-
//
// Scale the measured value to the Joystick values
//
|