[LyX/master] Remove obsolete comment

2024-01-04 Thread Jean-Marc Lasgouttes
commit 4a2474c2469e43e4639a97fdfc0138b2fd8e1b24
Author: Jean-Marc Lasgouttes 
Date:   Thu Jan 4 18:44:33 2024 +0100

Remove obsolete comment
---
 src/graphics/GraphicsImage.h |4 
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/graphics/GraphicsImage.h b/src/graphics/GraphicsImage.h
index 6722b87..efa8e34 100644
--- a/src/graphics/GraphicsImage.h
+++ b/src/graphics/GraphicsImage.h
@@ -13,10 +13,6 @@
  * Allows the user to retrieve the pixmap, once loaded and to issue commands
  * to modify it.
  *
- * The boost::functions newImage and loadableFormats are connected to the
- * appropriate derived classes elsewhere, allowing the graphics cache to
- * access them without knowing anything about their instantiation.
- *
  * The loading process can be asynchronous, but cropping, rotating and
  * scaling block execution.
  */
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Remove obsolete comment.

2020-05-02 Thread Richard Kimberly Heck
commit a38408419c613674f1538b77429dd7bd4463dc3a
Author: Richard Kimberly Heck 
Date:   Sun May 3 00:50:53 2020 -0400

Remove obsolete comment.

We assert (or worse) if pos < 0.
---
 src/Paragraph.h |8 ++--
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/Paragraph.h b/src/Paragraph.h
index d5c02e4..3b5f2b8 100644
--- a/src/Paragraph.h
+++ b/src/Paragraph.h
@@ -341,12 +341,8 @@ public:
///
Font const & getFirstFontSettings(BufferParams const &) const;
 
-   /** Get fully instantiated font. If pos == -1, use the layout
-   font attached to this paragraph.
-   If pos == -2, use the label font of the layout attached here.
-   In all cases, the font is instantiated, i.e. does not have any
-   attributes with values FONT_INHERIT, FONT_IGNORE or
-   FONT_TOGGLE.
+   /** Get fully instantiated font, i.e., one that does not have any
+   attributes with values FONT_INHERIT, FONT_IGNORE or FONT_TOGGLE.
*/
Font const getFont(BufferParams const &, pos_type pos,
  Font const & outerfont) const;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Remove obsolete comment.

2019-04-03 Thread Günter Milde
commit caf9db69365d2e75cc24d6d56d1375b0de214306
Author: Günter Milde 
Date:   Wed Apr 3 08:40:29 2019 +0200

Remove obsolete comment.
---
 lib/languages |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/lib/languages b/lib/languages
index a39c5c7..2ae77bc 100644
--- a/lib/languages
+++ b/lib/languages
@@ -845,9 +845,6 @@ Language italian
LangCode it_IT
 End
 
-# japanese must be loaded locally with babel options,
-# not globally via class options
-# http://www.lyx.org/trac/ticket/4597#c4
 # Since japanese does not load fontenc, we set
 # InternalEncoding to true.
 Language japanese


[LyX master] Remove obsolete comment.

2013-04-11 Thread Richard Heck
The branch, master, has been updated.

- Log -

commit b447587aa9299f40e99071d05454168e01b14b3d
Author: Richard Heck rgh...@lyx.org
Date:   Thu Apr 11 21:07:57 2013 -0400

Remove obsolete comment.

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 5a834cf..eaf2746 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -1255,11 +1255,6 @@ bool Buffer::save() const
 
 bool Buffer::writeFile(FileName const  fname) const
 {
-   // FIXME Do we need to do these here? I don't think writing
-   // the LyX file depends upon it. (RGH)
-   // updateBuffer();
-   // updateMacroInstances();
-
if (d-read_only  fname == d-filename)
return false;
 

---

Summary of changes:
 src/Buffer.cpp |5 -
 1 files changed, 0 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Remove obsolete comment.

2013-04-11 Thread Richard Heck
The branch, master, has been updated.

- Log -

commit b447587aa9299f40e99071d05454168e01b14b3d
Author: Richard Heck 
Date:   Thu Apr 11 21:07:57 2013 -0400

Remove obsolete comment.

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 5a834cf..eaf2746 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -1255,11 +1255,6 @@ bool Buffer::save() const
 
 bool Buffer::writeFile(FileName const & fname) const
 {
-   // FIXME Do we need to do these here? I don't think writing
-   // the LyX file depends upon it. (RGH)
-   // updateBuffer();
-   // updateMacroInstances();
-
if (d->read_only && fname == d->filename)
return false;
 

---

Summary of changes:
 src/Buffer.cpp |5 -
 1 files changed, 0 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository