This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Remove unused function
gh-pages
falkTX
11 years ago
parent
f187108634
commit
28f7f8d21d
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dgl/ImageKnob.hpp
+ 0
- 1
dgl/ImageKnob.hpp
View File
@@ -63,7 +63,6 @@ protected:
void onDisplay() override;
bool onMouse(const MouseEvent&) override;
bool onMotion(const MotionEvent&) override;
void onResize(const ResizeEvent&) override;
private:
Image fImage;
Write
Preview
Loading…
Cancel
Save