Skip to content

Commit a349305

Browse files
committed
removed ofxDatGui dependency
1 parent 8db1149 commit a349305

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

addon_config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ common:
2626
# or use += in several lines
2727
ADDON_DEPENDENCIES = ofxAssimpModelLoader ofxGui ofxKinect ofxNetwork ofxOpenCv ofxOsc ofxSvg ofxVectorGraphics ofxXmlSettings
2828
ADDON_DEPENDENCIES += ofxAudioAnalyzer ofxAudioFile ofxBTrack ofxChromaKeyShader ofxCv ofxEasing ofxFFmpegRecorder ofxFontStash ofxGLEditor
29-
ADDON_DEPENDENCIES += ofxDatGui ofxJSON ofxInfiniteCanvas ofxLua ofxMidi ofxMtlMapping2D
29+
ADDON_DEPENDENCIES += ofxJSON ofxInfiniteCanvas ofxLua ofxMidi ofxMtlMapping2D
3030
ADDON_DEPENDENCIES += ofxPDSP ofxTimeline ofxWarp
3131
ADDON_DEPENDENCIES += ofxImGui
3232

example_ofxVisualProgramming/addons.make

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,20 @@ ofxAudioFile
1212
ofxBTrack
1313
ofxChromaKeyShader
1414
ofxCv
15-
ofxDatGui
1615
ofxEasing
1716
ofxFFmpegRecorder
1817
ofxFontStash
1918
ofxGLEditor
20-
ofxHistoryPlot
2119
ofxJSON
2220
ofxInfiniteCanvas
2321
ofxLua
2422
ofxMidi
2523
ofxMtlMapping2D
2624
ofxNDI
27-
ofxParagraph
2825
ofxPd
2926
ofxPdExternals
3027
ofxPDSP
3128
ofxPython
32-
ofxThreadedFileDialog
3329
ofxTimeline
34-
ofxTimeMeasurements
3530
ofxVisualProgramming
3631
ofxWarp

src/PatchObject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include "utils.h"
3838

3939
#include "ofxFontStash.h"
40-
#include "ofxDatGui.h"
4140
#include "ofxXmlSettings.h"
4241
#include "ofxPDSP.h"
4342

0 commit comments

Comments
 (0)