summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2016-07-03 10:30:25 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2016-07-03 10:30:25 -0300
commitcdcbcd884c10e7883471a6dd1ce5a06bd5bfd373 (patch)
tree51b779c053cd0379c30a5a9f02f81f14b79ef76d /src/sc.h
parentacfb6613421b95a72a5a556b7cdecc9f264fa127 (diff)
Fix bug with cmd_multiplier. Thanks to @mcrucifix
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sc.h b/src/sc.h
index ad94849..b40598c 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -120,7 +120,6 @@ struct enode {
struct range_s r; /* op is on a range */
struct ent_ptr v; /* ref. another cell on which this enode depends */
- //struct ent_ptr x; /* ref to cells that depends on this enode */
} e;
};