X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd932cbe1c594a3adceaa521f0cf735b09810f4e..169adfa9c4b781f737920bc808da91cd926c3e36:/include/wx/vscroll.h

diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h
index 5ac9a142c0..b24615f27e 100644
--- a/include/wx/vscroll.h
+++ b/include/wx/vscroll.h
@@ -12,10 +12,6 @@
 #ifndef _WX_VSCROLL_H_
 #define _WX_VSCROLL_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "vscroll.h"
-#endif
-
 #include "wx/panel.h"           // base class
 
 // ----------------------------------------------------------------------------