Remove unused actions
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@269 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
dbb6e00a4a
commit
25493735fd
|
@ -868,6 +868,7 @@ bool Kdb3Database::setKey(const QString& password,const QString& keyfile){
|
|||
if(!keyfile.isEmpty())
|
||||
return setFileKey(keyfile);
|
||||
Q_ASSERT(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Kdb3Database::setPasswordKey(const QString& Password){
|
||||
|
|
|
@ -535,16 +535,6 @@
|
|||
<string>2&8x28</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileNewKdbAction" >
|
||||
<property name="text" >
|
||||
<string>Standard KeePass Single User Database (*.kdb)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileNewKxdbAction" >
|
||||
<property name="text" >
|
||||
<string>Advanced KeePassX Database (*.kxdb)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileNewAction" >
|
||||
<property name="text" >
|
||||
<string>&New Database...</string>
|
||||
|
@ -604,11 +594,6 @@
|
|||
<string>Sort groups</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="EditGroupSortDesc" >
|
||||
<property name="text" >
|
||||
<string>Sort in descending oder</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
|
Loading…
Reference in New Issue