Don't create a global 'clipboard' object in the clipboard module

This commit is contained in:
Thomas Goyne 2013-04-21 07:30:00 -07:00
parent a2055b5db9
commit 5a4b70b8b9
1 changed files with 1 additions and 2 deletions

View File

@ -12,5 +12,4 @@
-- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
_G.clipboard = aegisub.__init_clipboard()
return _G.clipboard
return aegisub.__init_clipboard()