Removed 'interface' pragma for gcc 2.96

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-10-10 12:38:09 +00:00
parent deea56b14f
commit 0f05afcced

View File

@ -18,7 +18,6 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma interface "numdlgg.cpp"
#pragma implementation "numdlgg.cpp"
#endif