aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-18 21:44:58 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-18 21:44:58 -0600
commit8e65bc97327b27014fc9507374a20bfc468e06ee (patch)
tree899cbdb2411466de83d302da05917138c6c436d8 /src
parent7a3bd58da56f2072a059cfb147ee23616924b832 (diff)
downloadlibsurvive-8e65bc97327b27014fc9507374a20bfc468e06ee.tar.gz
libsurvive-8e65bc97327b27014fc9507374a20bfc468e06ee.tar.bz2
Took out installation after users could install hooks
Diffstat (limited to 'src')
-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;