summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-08 01:40:21 +0530
committerDandelion <nirav@teisuu.com>2019-03-08 01:40:21 +0530
commit77a9d0050c16ffd6c4d3a2b17533954d560bb019 (patch)
treef9d76b82cc3d82e3713cb0af071cc564889320a7 /src/window.c
parent6dd58a30761eca36544c4e815b36907eab084949 (diff)
downloadap_client-77a9d0050c16ffd6c4d3a2b17533954d560bb019.tar.gz
ap_client-77a9d0050c16ffd6c4d3a2b17533954d560bb019.zip
Add async http post support
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 02c6073..831be60 100644
--- a/src/window.c
+++ b/src/window.c
@@ -26,6 +26,3 @@ void create_main_window()
gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(scrolled_window));
gtk_widget_show_all(GTK_WIDGET(window));
}
-
-
-