Explorar el Código

Fixed an odd polymorph bug. That should really set off a warning or something..

Dalton Nell hace 9 años
padre
commit
833405ae90
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0
    7
      src/xselectrectangle.hpp

+ 0
- 7
src/xselectrectangle.hpp Ver fichero

@@ -45,14 +45,7 @@ public:
45 45
     void    setPos( int x, int y );
46 46
     void    setDim( int w, int h );
47 47
     void    setGeo( int x, int y, int w, int h );
48
-    Window  m_window;
49 48
     XColor  m_color;
50
-    int     m_x;
51
-    int     m_y;
52
-    int     m_width;
53
-    int     m_height;
54
-    int     m_border;
55
-    bool    m_highlight;
56 49
 private:
57 50
     XColor  convertColor( float r, float g, float b );
58 51
     void    constrain( int w, int h );