فهرست منبع

remove comment

AtsushiSakai 9 سال پیش
والد
کامیت
1a3e848c30
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      matplotlibcpp.h

+ 2 - 3
matplotlibcpp.h

@@ -258,9 +258,8 @@ namespace matplotlibcpp {
         args);
 		if(!res) throw std::runtime_error("Call to title() failed.");
 
-		// if(pytitlestr) Py_DECREF(pytitlestr);
-		// if(args) Py_DECREF(args);
-		// if(res) Py_DECREF(res);
+    //if PyDeCRFF, the show function doesn't wook on Mac OS
+
 	}
 
 	inline void show()