]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormGraphics.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormGraphics.h
index 35244c0ec4f45254500290381c8e894d1938deeb..0faa35eebefb5eeb877c5edefe7b00ecda84149d 100644 (file)
@@ -42,23 +42,11 @@ private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
-       /// The maximum digits for the image scale
-       static const int SCALE_MAXDIGITS = 3;
-       /// The maximum digits for the image width
-       static const int WIDTH_MAXDIGITS = 3;
-       /// The maximum digits for the image height
-       static const int HEIGHT_MAXDIGITS = 3;
-       /// The max characters in the rotation angle (minus sign and 3 digits)
-       static const int ROTATE_MAXCHARS = 4;
-       /// The maximum characters in a filename.
-       static const int FILENAME_MAXCHARS = 1024;
-
        /// Verify that the input is correct. If not disable ok/apply buttons.
        ButtonPolicy::SMInput checkInput();
 
        /// Fdesign generated method
        FD_form_graphics * build_graphics();
-
 };