Commit 692546bf authored by TheOnlyJoey's avatar TheOnlyJoey
Browse files

Removed InputManager copy protection (breaks and see no reason to use this).

Also removed building of demo's by default to fix default compiles, will get a make flag later
parent c02cf281
SUBDIRS = src includes demos SUBDIRS = src includes
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = OIS.pc pkgconfig_DATA = OIS.pc
File mode changed from 100644 to 100755
...@@ -200,11 +200,6 @@ namespace OIS ...@@ -200,11 +200,6 @@ namespace OIS
//! Extra factory (not enabled by default) //! Extra factory (not enabled by default)
LIRCFactoryCreator *m_lircSupport; LIRCFactoryCreator *m_lircSupport;
WiiMoteFactoryCreator *m_wiiMoteSupport; WiiMoteFactoryCreator *m_wiiMoteSupport;
private:
// Prevent copying.
InputManager(const InputManager&);
InputManager& operator=(InputManager);
}; };
} }
#endif #endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment