diff options
Diffstat (limited to 'src/dwb.c')
-rw-r--r-- | src/dwb.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -47,7 +47,6 @@ #include "domain.h" #include "application.h" #include "scripts.h" -#include "scratchpad.h" /* DECLARATIONS {{{*/ static DwbStatus dwb_webkit_setting(GList *, WebSettings *); @@ -4262,7 +4261,6 @@ dwb_init_gui() gtk_box_pack_start(GTK_BOX(dwb.gui.status_hbox), dwb.gui.urilabel, true, true, 0); gtk_box_pack_start(GTK_BOX(dwb.gui.status_hbox), dwb.gui.rstatus, false, false, 0); gtk_container_add(GTK_CONTAINER(dwb.gui.statusbox), dwb.gui.alignment); - gtk_box_pack_end(GTK_BOX(dwb.gui.vbox), scratchpad_get(), false, false, 0); gtk_container_add(GTK_CONTAINER(dwb.gui.window), dwb.gui.vbox); |