diff options
-rw-r--r-- | bin/rtspin.ovh.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/rtspin.ovh.c b/bin/rtspin.ovh.c index 31a4458..d130eac 100644 --- a/bin/rtspin.ovh.c +++ b/bin/rtspin.ovh.c | |||
@@ -107,7 +107,7 @@ enum crit_level str2crit(const char* str) | |||
107 | return NUM_CRIT_LEVELS; | 107 | return NUM_CRIT_LEVELS; |
108 | } | 108 | } |
109 | 109 | ||
110 | #define OPTSTR "p:c:wlveo:f:s:r:i:" | 110 | #define OPTSTR "p:c:wlves:r:i:" |
111 | 111 | ||
112 | int main(int argc, char** argv) | 112 | int main(int argc, char** argv) |
113 | { | 113 | { |
@@ -120,7 +120,6 @@ int main(int argc, char** argv) | |||
120 | int opt; | 120 | int opt; |
121 | int wait = 0; | 121 | int wait = 0; |
122 | int test_loop = 0; | 122 | int test_loop = 0; |
123 | int column = 1; | ||
124 | int want_enforcement = 0; | 123 | int want_enforcement = 0; |
125 | double duration = 0, start; | 124 | double duration = 0, start; |
126 | double scale = 1.0; | 125 | double scale = 1.0; |
@@ -149,9 +148,6 @@ int main(int argc, char** argv) | |||
149 | case 'l': | 148 | case 'l': |
150 | test_loop = 1; | 149 | test_loop = 1; |
151 | break; | 150 | break; |
152 | case 'o': | ||
153 | column = atoi(optarg); | ||
154 | break; | ||
155 | case 's': | 151 | case 's': |
156 | scale = atof(optarg); | 152 | scale = atof(optarg); |
157 | break; | 153 | break; |