From 638a4fe8c55df49be082e8d12b67d041e0c11f26 Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Wed, 21 Mar 2018 21:52:55 +1100 Subject: [PATCH] remove unused variable and target --- client/Makefile | 1 - client/ui.c | 1 - 2 files changed, 2 deletions(-) diff --git a/client/Makefile b/client/Makefile index 80d564d5..0aec40eb 100644 --- a/client/Makefile +++ b/client/Makefile @@ -189,7 +189,6 @@ ZLIBFLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED #-DDEBUG -Dverbose=1 QTGUISRCS = proxgui.cpp proxguiqt.cpp proxguiqt.moc.cpp guidummy.cpp -NOGUISRCS = guidummy.cpp COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o) CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o) diff --git a/client/ui.c b/client/ui.c index 35e240ec..5973e049 100644 --- a/client/ui.c +++ b/client/ui.c @@ -22,7 +22,6 @@ double CursorScaleFactor = 1; int PlotGridX=0, PlotGridY=0, PlotGridXdefault= 64, PlotGridYdefault= 64, CursorCPos= 0, CursorDPos= 0; -int offline; bool flushAfterWrite = false; //buzzy int GridOffset = 0; bool GridLocked = false;