diff Framework/Scene2D/Internals/ICairoContextProvider.h @ 889:6e79e8c9021c am-dev

integration mainline->am-dev
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jul 2019 12:05:02 +0200
parents 80829436ce0c 6e888cf6a48b
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Scene2D/Internals/ICairoContextProvider.h	Wed Jul 10 11:29:53 2019 +0200
+++ b/Framework/Scene2D/Internals/ICairoContextProvider.h	Wed Jul 10 12:05:02 2019 +0200
@@ -37,10 +37,6 @@
       }
 
       virtual cairo_t* GetCairoContext() = 0;
-
-      virtual unsigned int GetWidth() const = 0;
-
-      virtual unsigned int GetHeight() const = 0;
     };
   }
 }