diff options
Diffstat (limited to 'plugins/Variables/src/options.cpp')
-rw-r--r-- | plugins/Variables/src/options.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Variables/src/options.cpp b/plugins/Variables/src/options.cpp index 0220386564..e6d3577fb3 100644 --- a/plugins/Variables/src/options.cpp +++ b/plugins/Variables/src/options.cpp @@ -16,11 +16,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "variables.h"
-extern HINSTANCE hInst;
-extern struct ParseOptions gParseOpts;
-extern int hLangpack;
+#include "variables.h"
static INT_PTR CALLBACK SetOptsDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam)
{
|