Compare commits

...

2 Commits

Author SHA1 Message Date
b63da7bf09 Merge branch 'dev' into python-renderer 2019-12-07 19:08:05 +01:00
4550815901 Fix code style 2019-12-07 19:07:52 +01:00

1
main.c
View File

@ -158,7 +158,6 @@ static void gapp_activate(GApplication *app, gpointer user_data)
{
GtkWindow *main_window;
GdsRenderGui *gui;
struct application_data * const appdata = (struct application_data *)user_data;
gui = gds_render_gui_new();