From 83583d5d5bab1d6edff95fb2c527266cdd8a5802 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 9 Feb 2001 16:03:24 +0000 Subject: [PATCH] remove unused file git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1472 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/BoundingBox.h | 35 ----------------------------------- src/insets/ChangeLog | 7 ++++++- src/insets/Makefile.am | 1 - 3 files changed, 6 insertions(+), 37 deletions(-) delete mode 100644 src/insets/BoundingBox.h diff --git a/src/insets/BoundingBox.h b/src/insets/BoundingBox.h deleted file mode 100644 index 3e8a31333b..0000000000 --- a/src/insets/BoundingBox.h +++ /dev/null @@ -1,35 +0,0 @@ -// -*- C++ -*- -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 the LyX Team. - * - * ====================================================== */ - -#ifndef BOUNDING_BOX_H -#define BOUNDING_BOX_H - -/// -struct BoundingBox { - /// - BoundingBox() - : llx(-1), lly(-1), urx(-1), ury(-1) {} - /// - bool isSet() const { - return llx != -1 && lly != - 1 - && urx != -1 && ury != -1; - } - /// - int llx; - /// - int lly; - /// - int urx; - // - int ury; -}; - -#endif diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 754987543f..25c7d0e4d8 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,10 @@ -2001-02-08 Dekel Tsur +2001-02-09 Jean-Marc Lasgouttes + + * Makefile.am: remove BoundingBox.h + * BoundingBox.h: removed + +2001-02-08 Dekel Tsur * insettext.C (LocalDispatch): Update selection cursor when moving cursor to the right. diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 6be17f0fcc..aa39a5d659 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -8,7 +8,6 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) libinsets_la_SOURCES = \ - BoundingBox.h \ ExternalTemplate.C \ ExternalTemplate.h \ figinset.C \ -- 2.39.2