tasn pushed a commit to branch master.

http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=69062c4f4996426b811a0c935eaf157779e25b2c

commit 69062c4f4996426b811a0c935eaf157779e25b2c
Author: Andreas Volz <li...@brachttal.net>
Date:   Sun Dec 20 12:59:28 2009 +0000

    sure, this was stupid :-)
    
    
    SVN revision: 44608
---
 esmartxx/src/esmartxx_cairo/Cairo.cpp | 2 +-
 esmartxx/src/esmartxx_cairo/Cairo.h   | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/esmartxx/src/esmartxx_cairo/Cairo.cpp 
b/esmartxx/src/esmartxx_cairo/Cairo.cpp
index 3c94c11..d43a818 100644
--- a/esmartxx/src/esmartxx_cairo/Cairo.cpp
+++ b/esmartxx/src/esmartxx_cairo/Cairo.cpp
@@ -43,7 +43,7 @@ cairo_surface_t* Cairo::getSurface ()
 
 bool Cairo::setSurface (cairo_surface_t *cairo_surface)
 {
-  return esmart_image_cairo_surface_set (o, mCairoSurface);
+  return esmart_image_cairo_surface_set (o, cairo_surface);
 }
 
 void Cairo::setAutoFill (bool enable)
diff --git a/esmartxx/src/esmartxx_cairo/Cairo.h 
b/esmartxx/src/esmartxx_cairo/Cairo.h
index d56b2bb..74f78b7 100644
--- a/esmartxx/src/esmartxx_cairo/Cairo.h
+++ b/esmartxx/src/esmartxx_cairo/Cairo.h
@@ -31,9 +31,6 @@ public:
   
   void setAutoFill (bool enable);
   
-private:
-  cairo_surface_t *mCairoSurface;
-
 };
 
 } // end namespace Esmartxx

-- 


Reply via email to