From 41e563594db6410381742b3803cf140099db88e2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 21 Nov 2013 12:24:43 +1100 Subject: Code Cleanup: int pointer comparison --- source/blender/freestyle/intern/application/Controller.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/freestyle/intern/application') diff --git a/source/blender/freestyle/intern/application/Controller.cpp b/source/blender/freestyle/intern/application/Controller.cpp index c61f72295d2..81034c1502c 100644 --- a/source/blender/freestyle/intern/application/Controller.cpp +++ b/source/blender/freestyle/intern/application/Controller.cpp @@ -204,7 +204,6 @@ void Controller::setPassZ(float *buf, int width, int height) void Controller::setContext(bContext *C) { PythonInterpreter *py_inter = dynamic_cast(_inter); - assert(py_inter != 0); py_inter->setContext(C); } -- cgit v1.2.3