From 5061687867ee9ae90b23469d7d6ac7f4c9c8424c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 20 May 2016 15:23:05 +0100 Subject: store toolbar config in standard options instead of a separate file --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8cf35e45..4af0a0391 100644 --- a/Makefile +++ b/Makefile @@ -672,9 +672,6 @@ endif ifeq ($(TARGET),windows) $(Q)$(TOUCH) frontends/windows/res/preferences endif -ifeq ($(TARGET),gtk) - $(Q)$(TOUCH) frontends/gtk/res/toolbarIndices -endif ifeq ($(NETSURF_STRIP_BINARY),YES) $(VQ)echo " STRIP: $(EXETARGET)" $(Q)$(STRIP) $(EXETARGET) -- cgit v1.2.3