Fix code style

This commit is contained in:
Mario Hüttel 2019-12-07 19:07:52 +01:00
parent e3b6ee66ef
commit 4550815901
1 changed files with 0 additions and 1 deletions

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();