From d6b992ad4f129b640e698f1d0ceb6a18d8ac3273 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 3 Nov 2011 00:27:37 -0300 Subject: [PATCH] Remove src/widgest/editor/NOTES.txt file (deprecated). --- src/widgets/editor/NOTES.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/widgets/editor/NOTES.txt diff --git a/src/widgets/editor/NOTES.txt b/src/widgets/editor/NOTES.txt deleted file mode 100644 index 5521eb61f..000000000 --- a/src/widgets/editor/NOTES.txt +++ /dev/null @@ -1,13 +0,0 @@ -Sprite's Editor ----------------------------------------------------------------------- - - click.c - The click-interface: To control mouse-loops inside editors (like - the drawing-tools or layer-movement). - - cursor.c - Drawing-cursor routines: To control draw/clean the drawing cursor - (the cursor that is inside the editor). - - editor.c - The sprite's editor widget.