]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/parser/builder.hpp
* modules/gui/skins/*:
[vlc] / modules / gui / skins2 / parser / builder.hpp
index 67fa3fdc9d5713faf6171683529bd767db265393..eb336b66e92acff738d626759d00b31d4f5aa795 100644 (file)
@@ -2,7 +2,7 @@
  * builder.hpp
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: builder.hpp,v 1.1 2004/01/03 23:31:33 asmax Exp $
+ * $Id: builder.hpp,v 1.2 2004/01/11 17:12:17 asmax Exp $
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
  *          Olivier Teulière <ipkiss@via.ecp.fr>
@@ -26,7 +26,6 @@
 #define BUILDER_HPP
 
 #include "builder_data.hpp"
-#include "interpreter.hpp"
 #include "../src/os_graphics.hpp"
 #include "../src/generic_window.hpp"
 #include "../src/generic_layout.hpp"
@@ -62,9 +61,6 @@ class Builder: public SkinObject
         /// Data from the XML
         BuilderData &m_rData;
 
-        /// Script interpreter
-        Interpreter m_interpreter;
-
         /// Theme under construction
         Theme *m_pTheme;