瀏覽代碼

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

Dalton Nell 9 年之前
父節點
當前提交
833405ae90
共有 1 個檔案被更改,包括 0 行新增7 行删除
  1. 0
    7
      src/xselectrectangle.hpp

+ 0
- 7
src/xselectrectangle.hpp 查看文件

@@ -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 );