]> git.lyx.org Git - features.git/commitdiff
remove unused file
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 9 Feb 2001 16:03:24 +0000 (16:03 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 9 Feb 2001 16:03:24 +0000 (16:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1472 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/BoundingBox.h [deleted file]
src/insets/ChangeLog
src/insets/Makefile.am

diff --git a/src/insets/BoundingBox.h b/src/insets/BoundingBox.h
deleted file mode 100644 (file)
index 3e8a313..0000000
+++ /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
index 754987543f2570e5f3108de014c7f212d1e64b78..25c7d0e4d89a8371d904056d17209ca1702aac41 100644 (file)
@@ -1,5 +1,10 @@
-2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
+2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Makefile.am: remove BoundingBox.h
 
+       * BoundingBox.h: removed
+
+2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
        
        * insettext.C (LocalDispatch): Update selection cursor when moving 
        cursor to the right.
index 6be17f0fccc2a3004808e44c579f38d449d52b30..aa39a5d659c6b06c6f18b0744fa2350d2458c19e 100644 (file)
@@ -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 \