Remove wxDisplaySize() implementation from wxGTK1
This is now implemented in common code, in terms of wxDisplay.
This commit is contained in:
@@ -86,12 +86,6 @@ void *wxGetDisplay()
|
|||||||
return GDK_DISPLAY();
|
return GDK_DISPLAY();
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxDisplaySize( int *width, int *height )
|
|
||||||
{
|
|
||||||
if (width) *width = gdk_screen_width();
|
|
||||||
if (height) *height = gdk_screen_height();
|
|
||||||
}
|
|
||||||
|
|
||||||
void wxDisplaySizeMM( int *width, int *height )
|
void wxDisplaySizeMM( int *width, int *height )
|
||||||
{
|
{
|
||||||
if (width) *width = gdk_screen_width_mm();
|
if (width) *width = gdk_screen_width_mm();
|
||||||
|
Reference in New Issue
Block a user