Revert "Issue #2035 Calling cv::namedWindow crashes on Android fixed."

This reverts commit 36135fc59d.
This commit is contained in:
Andrey Kamaev
2012-10-10 13:17:37 +04:00
parent e83ff354bd
commit cabddaeb4f
2 changed files with 0 additions and 5 deletions

View File

@@ -54,7 +54,6 @@ struct CvVideoWriter;
namespace cv
{
#if defined(ANDROID) && defined(HAVE_ANDROID_UI)
enum {
// Flags for namedWindow
WINDOW_NORMAL = CV_WINDOW_NORMAL, // the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size
@@ -156,8 +155,6 @@ CV_EXPORTS int createButton( const string& bar_name, ButtonCallback on_change,
void* userdata=NULL, int type=CV_PUSH_BUTTON,
bool initial_button_state=0);
#endif
//-------------------------
enum