removed astry symbols

This commit is contained in:
vurtun 2015-05-29 14:54:08 +02:00
parent b5e1b9ee77
commit 3f43705644
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ frame as well as the needed amount if not enough memory was provided.
void *memory = malloc(size);
struct gui_command_buffer buffer;
gui_command_buffer_init_fixed(&buffer, memory, size);
};
```
```c