Remove Cursor class

This commit is contained in:
Léa Saviot
2018-06-26 18:12:30 +02:00
parent f67eb9c0a8
commit 8c536abd80
6 changed files with 13 additions and 83 deletions

View File

@@ -2,7 +2,7 @@
#include "char_layout_node.h"
#include "horizontal_layout_node.h"
#include "addition_node.h"
#include "cursor.h"
#include "layout_cursor.h"
#include <stdio.h>
AdditionRef buildAddition() {