removing now-unused files.

This commit is contained in:
Dana Jansens 2002-07-12 16:31:24 +00:00
parent 24a1e215d1
commit 836d93624c
4 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@
bin_PROGRAMS = epist
epist_SOURCES = epist.cc process.cc window.cc screen.cc main.cc
epist_SOURCES = epist.cc window.cc screen.cc main.cc
epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \
../../src/Util.o ../../src/i18n.o \
../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \

View file

@ -51,7 +51,6 @@ using std::endl;
using std::string;
#include "epist.hh"
#include "process.hh"
#include "screen.hh"
#include "window.hh"
#include "../../src/XAtom.hh"

View file

View file