aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-18 23:55:40 -0400
committercnlohr <lohr85@gmail.com>2018-03-18 23:55:40 -0400
commit471d0e4a3db8248a8e968fcf25d59f53d2c5c139 (patch)
tree4aeef8028986409bfa30c70f6fa2ddb93038c871 /src/survive.c
parent999c8d881299bdefd4eb123244df225260a7e302 (diff)
parent8e65bc97327b27014fc9507374a20bfc468e06ee (diff)
downloadlibsurvive-471d0e4a3db8248a8e968fcf25d59f53d2c5c139.tar.gz
libsurvive-471d0e4a3db8248a8e968fcf25d59f53d2c5c139.tar.bz2
Merge branch 'master' of https://github.com/cnlohr/libsurvive
Diffstat (limited to 'src/survive.c')
-rwxr-xr-xsrc/survive.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/survive.c b/src/survive.c
index 05c66d7..f0c24f5 100755
--- a/src/survive.c
+++ b/src/survive.c
@@ -217,8 +217,6 @@ int survive_startup( SurviveContext * ctx )
// start the thread to process button data
ctx->buttonservicethread = OGCreateThread(button_servicer, ctx);
- survive_install_button_fn(ctx, NULL);
- survive_install_raw_pose_fn(ctx, NULL);
const char * DriverName;