]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_hline.cpp
removed obsolete file
[wxWidgets.git] / src / html / m_hline.cpp
index 7ff5b19a4d5e48dc5a13b6f8d0d0f9db9a55ece2..ca4cdd48a3a658a8ddeee04e7482ea5afcb96938 100644 (file)
@@ -43,12 +43,12 @@ class wxHtmlLineCell : public wxHtmlCell
     public:
         wxHtmlLineCell(int size) : wxHtmlCell() {m_Height = size;}
         void Draw(wxDC& dc, int x, int y, int view_y1, int view_y2);
     public:
         wxHtmlLineCell(int size) : wxHtmlCell() {m_Height = size;}
         void Draw(wxDC& dc, int x, int y, int view_y1, int view_y2);
-        void Layout(int w) 
+        void Layout(int w)
             { m_Width = w; wxHtmlCell::Layout(w); }
 };
 
 
             { m_Width = w; wxHtmlCell::Layout(w); }
 };
 
 
-void wxHtmlLineCell::Draw(wxDC& dc, int x, int y, int view_y1, int view_y2)
+void wxHtmlLineCell::Draw(wxDC& dc, int x, int y, int WXUNUSED(view_y1), int WXUNUSED(view_y2))
 {
     wxBrush mybrush("BLACK", wxSOLID);
     wxPen mypen("BLACK", 1, wxSOLID);
 {
     wxBrush mybrush("BLACK", wxSOLID);
     wxPen mypen("BLACK", 1, wxSOLID);