aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/shell.c b/src/shell.c
index c25b399..4faa0a8 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -151,20 +151,6 @@ main(int argc, char *argv[])
151 init_env(); 151 init_env();
152 init_trans(); 152 init_trans();
153 153
154/*
155 Cube c;
156 make_solved(&c);
157 c.co[0] = 1;
158 c.co[6] = 2;
159 print_cube(&c);
160 apply_trans(uf_mirror, &c);
161 print_cube(&c);
162*/
163
164/*
165 test_coord(&coord_coud_cpudsep);
166*/
167
168 if (!checkfiles()) { 154 if (!checkfiles()) {
169 fprintf(stderr, 155 fprintf(stderr,
170 "--- Warning ---\n" 156 "--- Warning ---\n"

Generated with cgit - Back to sebastiano.tronto.net