Title: [98212] trunk/Tools
- Revision
- 98212
- Author
- [email protected]
- Date
- 2011-10-23 19:57:47 -0700 (Sun, 23 Oct 2011)
Log Message
[EFL] Remove unused code from EWebLauncher
https://bugs.webkit.org/show_bug.cgi?id=70590
Patch by Tomasz Morawski <[email protected]> on 2011-10-23
Reviewed by Andreas Kling.
Removed unused function on_closeWindow from EWebLauncher
* EWebLauncher/main.c:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (98211 => 98212)
--- trunk/Tools/ChangeLog 2011-10-24 02:54:38 UTC (rev 98211)
+++ trunk/Tools/ChangeLog 2011-10-24 02:57:47 UTC (rev 98212)
@@ -1,3 +1,14 @@
+2011-10-23 Tomasz Morawski <[email protected]>
+
+ [EFL] Remove unused code from EWebLauncher
+ https://bugs.webkit.org/show_bug.cgi?id=70590
+
+ Reviewed by Andreas Kling.
+
+ Removed unused function on_closeWindow from EWebLauncher
+
+ * EWebLauncher/main.c:
+
2011-10-23 Luke Macpherson <[email protected]>
Add watchlist for WebCore/css and put myself on it.
Modified: trunk/Tools/EWebLauncher/main.c (98211 => 98212)
--- trunk/Tools/EWebLauncher/main.c 2011-10-24 02:54:38 UTC (rev 98211)
+++ trunk/Tools/EWebLauncher/main.c 2011-10-24 02:57:47 UTC (rev 98212)
@@ -639,12 +639,6 @@
evas_object_event_callback_del(app->browser, EVAS_CALLBACK_DEL, on_browser_del);
}
-static void
-on_closeWindow(Ecore_Evas *ee)
-{
- browserDestroy(ee);
-}
-
static int
quit(Eina_Bool success, const char *msg)
{
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes