File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -136,19 +136,21 @@ class VTKRENDERINGOPENGL2_EXPORT vtkCocoaRenderWindow : public vtkOpenGLRenderWi
136
136
137
137
void SetNextWindowInfo (const char *) override
138
138
{
139
- vtkWarningMacro (" SetNextWindowInfo not implemented (WindowRemap not implemented)." );
139
+ vtkDebugMacro (" SetNextWindowInfo not implemented (WindowRemap not implemented)." );
140
140
}
141
141
void * GetGenericDrawable () override
142
142
{
143
+ vtkDebugMacro (" Method not implemented." );
143
144
return nullptr ;
144
145
}
145
146
void SetDisplayId (void *) override
146
147
{
147
148
// no-op
149
+ vtkDebugMacro (" Method not implemented." );
148
150
}
149
151
void *GetGenericDisplayId () override
150
152
{
151
- vtkWarningMacro (" Method not implemented." );
153
+ vtkDebugMacro (" Method not implemented." );
152
154
return nullptr ;
153
155
}
154
156
@@ -168,7 +170,7 @@ class VTKRENDERINGOPENGL2_EXPORT vtkCocoaRenderWindow : public vtkOpenGLRenderWi
168
170
169
171
void SetNextWindowId (void *) override
170
172
{
171
- vtkWarningMacro (" SetNextWindowId not implemented (WindowRemap not implemented)." );
173
+ vtkDebugMacro (" SetNextWindowId not implemented (WindowRemap not implemented)." );
172
174
}
173
175
174
176
/* *
You can’t perform that action at this time.
0 commit comments