]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.C
bug 183
[lyx.git] / src / lyxgluelength.C
index 1342bbf7dbf8acbaae124b3505c3de8e3805f3e3..d5add58afc938c1ad35dc83346292689be38aee2 100644 (file)
 
 #include "Lsstream.h"
 
-#if 0
-namespace {
-// this is now here and in lyxlenght.h
-
-int const num_units = LyXLength::UNIT_NONE;
-
-// I am not sure if "mu" should be possible to select (Lgb)
-char const * unit_name[num_units] = { "sp", "pt", "bp", "dd",
-                                     "mm", "pc", "cc", "cm",
-                                     "in", "ex", "em", "mu",
-                                     "%",  "c%", "p%", "l%" };
-
-}
-#endif
 
 LyXGlueLength::LyXGlueLength(LyXLength const & len)
        : len_(len)