Skip to content

Commit

Permalink
Merge pull request #16 from AlwinEsch/Leia-change
Browse files Browse the repository at this point in the history
[Leia] cleanups
  • Loading branch information
AlwinEsch authored Oct 9, 2019
2 parents 33faa83 + dd56cea commit 85768da
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 141 deletions.
19 changes: 15 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# build artifacts
build/
obj-x86_64-linux-gnu/
lib/vis_milkdrop/*.inc
visualization.*/addon.xml

# Debian build files
debian/changelog
debian/files
debian/*.log
debian/*.substvars
debian/.debhelper/
debian/tmp/
debian/kodi-visualization-*/
obj-x86_64-linux-gnu/

# commonly used editors
# vim
*.swp
Expand All @@ -27,5 +35,8 @@ visualization.*/addon.xml
# clion
.idea/

# KDev
*.kdev4
# to prevent add after a "git format-patch VALUE" and "git add ." call
/*.patch

# to prevent add if project code opened by Visual Studio over CMake file
.vs/
39 changes: 0 additions & 39 deletions FindDirectX.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions lib/vis_milkdrop/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,6 @@ void CPlugin::MyPreInitialize()

//----------------------------------------------------------------------

extern void LoadSettings();

void CPlugin::MyReadConfig()
{
/*
Expand Down Expand Up @@ -918,8 +916,6 @@ void CPlugin::MyReadConfig()

//-------------------------------------------------------------------------
// XML version

LoadSettings();
}

//----------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 85768da

Please sign in to comment.