From 70e629b05d549a690b72c06916720c530b406da0 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 10 Mar 2018 17:35:00 +0000 Subject: Android: finally taught AndroidStudio where the SVN root directory is located. No more SVN from the command line. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12732 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Android/Fl_Android_Graphics_Driver.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/Android') diff --git a/src/drivers/Android/Fl_Android_Graphics_Driver.cxx b/src/drivers/Android/Fl_Android_Graphics_Driver.cxx index b71f1adbb..3147c761e 100644 --- a/src/drivers/Android/Fl_Android_Graphics_Driver.cxx +++ b/src/drivers/Android/Fl_Android_Graphics_Driver.cxx @@ -55,7 +55,6 @@ static uint16_t make565(Fl_Color crgba) void Fl_Android_Graphics_Driver::rectf_unscaled(float x, float y, float w, float h) { if (pWindowRegion) { - Fl_Android_Application::log_w("rectf %g %g %g %g", x, y, w, h); Fl_Rect_Region r(x, y, w, h); if (r.intersect_with(pWindowRegion)) { rectf_unclipped(r.x(), r.y(), r.w(), r.h()); -- cgit v1.2.3