summaryrefslogtreecommitdiffhomepage
path: root/proto-vjoy/ftnoir_protocol_vjoy_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proto-vjoy/ftnoir_protocol_vjoy_dialog.cpp')
-rw-r--r--proto-vjoy/ftnoir_protocol_vjoy_dialog.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/proto-vjoy/ftnoir_protocol_vjoy_dialog.cpp b/proto-vjoy/ftnoir_protocol_vjoy_dialog.cpp
deleted file mode 100644
index f02dac06..00000000
--- a/proto-vjoy/ftnoir_protocol_vjoy_dialog.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-#include "ftnoir_protocol_vjoy.h"
-#include "opentrack/plugin-api.hpp"
-
-VJoyControls::VJoyControls()
-{
- ui.setupUi( this );
- connect(ui.btnOK, SIGNAL(clicked()), this, SLOT(doOK()));
- connect(ui.btnCancel, SIGNAL(clicked()), this, SLOT(doCancel()));
-}
-
-void VJoyControls::doOK() {
- save();
- close();
-}
-
-void VJoyControls::doCancel() {
- close();
-}
-
-void VJoyControls::save() {
-}
-