SF.net SVN: geany:[5218] trunk/src/editor.c

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Sep 9 17:00:42 UTC 2010


Revision: 5218
          http://geany.svn.sourceforge.net/geany/?rev=5218&view=rev
Author:   ntrel
Date:     2010-09-09 17:00:41 +0000 (Thu, 09 Sep 2010)

Log Message:
-----------
Remove duplicate checks.

Modified Paths:
--------------
    trunk/src/editor.c

Modified: trunk/src/editor.c
===================================================================
--- trunk/src/editor.c	2010-09-09 16:56:42 UTC (rev 5217)
+++ trunk/src/editor.c	2010-09-09 17:00:41 UTC (rev 5218)
@@ -3450,11 +3450,9 @@
 				style == SCE_HPA_TRIPLE ||
 				style == SCE_HPA_TRIPLEDOUBLE ||
 				style == SCE_HP_CHARACTER ||
-				style == SCE_HPHP_HSTRING ||
 				style == SCE_HPHP_HSTRING ||  /* HSTRING is a heredoc */
 				style == SCE_HPHP_HSTRING_VARIABLE ||
 				style == SCE_HPHP_SIMPLESTRING ||
-				style == SCE_HPHP_SIMPLESTRING ||
 				style == SCE_HP_STRING ||
 				style == SCE_HP_TRIPLE ||
 				style == SCE_HP_TRIPLEDOUBLE ||


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list