From 6e608bd4995a632a2ca62abcf502c1a55edd6808 Mon Sep 17 00:00:00 2001 From: Julian Murgia - StraToN Date: Thu, 30 Jul 2015 00:08:11 +0200 Subject: [PATCH] forgot to remove a method declaration... --- tools/editor/editor_log.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/editor/editor_log.h b/tools/editor/editor_log.h index a7c12ecb747..6950ffa1a09 100644 --- a/tools/editor/editor_log.h +++ b/tools/editor/editor_log.h @@ -63,7 +63,6 @@ class EditorLog : public PanelContainer { void _close_request(); void _flip_request(); void _clear_request(); - void _clearonplay_request(); static void _undo_redo_cbk(void *p_self,const String& p_name); protected: