mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps/graph/list] clean empty functions
Change-Id: I73e6e068f663002216dbab864f8f2281fe176f80
This commit is contained in:
committed by
Romain Goyet
parent
5fdb7d729e
commit
89736fd3f1
@@ -58,9 +58,6 @@ void FunctionCell::didBecomeFirstResponder() {
|
||||
//markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
void FunctionCell::didResignFirstResponder() {
|
||||
//markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
bool FunctionCell::handleEvent(Ion::Events::Event event){
|
||||
switch (event) {
|
||||
|
||||
@@ -15,7 +15,6 @@ public:
|
||||
Graph::Function * function();
|
||||
|
||||
void didBecomeFirstResponder() override;
|
||||
void didResignFirstResponder() override;
|
||||
bool handleEvent(Ion::Events::Event event) override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user