aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/MarginView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/MarginView.cxx')
-rw-r--r--src/MarginView.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/MarginView.cxx b/src/MarginView.cxx
index a4d50217e..121f7ecf6 100644
--- a/src/MarginView.cxx
+++ b/src/MarginView.cxx
@@ -51,13 +51,9 @@
#include "MarginView.h"
#include "EditView.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
void DrawWrapMarker(Surface *surface, PRectangle rcPlace,
bool isEndMarker, ColourDesired wrapColour) {
@@ -466,7 +462,5 @@ void MarginView::PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc,
surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back);
}
-#ifdef SCI_NAMESPACE
}
-#endif