Author: AlbrechtS
Date: 2010-12-15 04:21:55 -0800 (Wed, 15 Dec 2010)
New Revision: 8034
Log:
Removed obsolete #define NORMAL_INPUT_MOVE from src/Fl_Text_Editor.cxx.
To do: Check remaining #define and usage in src/Fl_Input.cxx.


Modified:
   branches/branch-1.3/src/Fl_Text_Editor.cxx

Modified: branches/branch-1.3/src/Fl_Text_Editor.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Text_Editor.cxx  2010-12-15 12:11:16 UTC (rev 
8033)
+++ branches/branch-1.3/src/Fl_Text_Editor.cxx  2010-12-15 12:21:55 UTC (rev 
8034)
@@ -223,8 +223,6 @@
 
 ////////////////////////////////////////////////////////////////
 
-#define NORMAL_INPUT_MOVE 0
-
 static void kill_selection(Fl_Text_Editor* e) {
   if (e->buffer()->selected()) {
     e->insert_position(e->buffer()->primary_selection()->start());

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to