remove setWindowName method to avoid complications

This commit is contained in:
Ozan Tonkal
2013-09-01 14:59:14 +02:00
parent 21be9796ae
commit 9d4fe6984b
4 changed files with 0 additions and 9 deletions

View File

@@ -50,7 +50,6 @@ namespace cv
void saveScreenshot (const String &file);
void setWindowPosition (int x, int y);
void setFullScreen (bool mode);
void setWindowName (const String &name);
void setBackgroundColor(const Color& color = Color::black());
void spin();