summary refs log tree commit diff
path: root/src/dialogs/PlaceCall.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-07-29 18:16:52 -0400
committertrilene <trilene@runbox.com>2020-07-29 18:16:52 -0400
commit97681ccf648e68d85aea39de22684ff52e9470c8 (patch)
tree858cc4385f6de87b0e021d4ee4f5bc6f654e95ba /src/dialogs/PlaceCall.h
parentHandle ICE failure (diff)
downloadnheko-97681ccf648e68d85aea39de22684ff52e9470c8.tar.xz
Remove references to video calls
Diffstat (limited to 'src/dialogs/PlaceCall.h')
-rw-r--r--src/dialogs/PlaceCall.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dialogs/PlaceCall.h b/src/dialogs/PlaceCall.h

index 1c157b7b..ed6fb750 100644 --- a/src/dialogs/PlaceCall.h +++ b/src/dialogs/PlaceCall.h
@@ -21,12 +21,10 @@ public: signals: void voice(); -// void video(); void cancel(); private: QPushButton *voiceBtn_; -// QPushButton *videoBtn_; QPushButton *cancelBtn_; };