diff options
Diffstat (limited to 'demos/Graphics/DrawCircle/CairoMain.cpp')
-rw-r--r-- | demos/Graphics/DrawCircle/CairoMain.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/demos/Graphics/DrawCircle/CairoMain.cpp b/demos/Graphics/DrawCircle/CairoMain.cpp deleted file mode 100644 index 35d6840b..00000000 --- a/demos/Graphics/DrawCircle/CairoMain.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include "cru/platform/graphics/cairo/CairoGraphicsFactory.h" - -#include "DrawCircle.h" - -int main() { - std::unique_ptr<cru::platform::graphics::IGraphicsFactory> graphics_factory( - new cru::platform::graphics::cairo::CairoGraphicsFactory()); - - cru::demos::graphics::DrawCircle(graphics_factory.get()); - - return 0; -} |