Move rxtx_mode global var to class

This commit is contained in:
Martin Pulec
2014-09-22 13:58:16 +02:00
parent af74d48c1c
commit e81f896a00
7 changed files with 10 additions and 8 deletions

View File

@@ -37,8 +37,6 @@ bool ldgm_device_gpu = false;
const char *window_title = NULL;
int rxtx_mode; // MODE_SENDER, MODE_RECEIVER or both
void print_capabilities(int mask)
{
if (mask & CAPABILITY_COMPRESS) {